Skip to content

Commit a69a2b0

Browse files
committed
bring back comments
1 parent 60300e1 commit a69a2b0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/renovate.json5

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
],
77
packageRules: [
88
{
9+
// this is to reduce the number of renovate PRs
910
matchManagers: [
1011
'github-actions',
1112
'dockerfile',
@@ -21,10 +22,15 @@
2122
'io.opentelemetry.proto:opentelemetry-proto',
2223
'io.opentelemetry.semconv:opentelemetry-semconv-incubating',
2324
],
25+
// Renovate's default behavior is only to update from unstable -> unstable if it's for the
26+
// major.minor.patch, under the assumption that you would want to update to the stable version
27+
// of that release instead of the unstable version for a future release
28+
// (TODO remove once the artifacts above release stable versions)
2429
ignoreUnstable: false,
2530
allowedVersions: '!/\\-SNAPSHOT$/',
2631
},
2732
{
33+
// junit-pioneer 2+ requires Java 11+
2834
matchPackageNames: [
2935
'org.junit-pioneer:junit-pioneer',
3036
],
@@ -34,6 +40,7 @@
3440
enabled: false,
3541
},
3642
{
43+
// mockito 5+ requires Java 11+
3744
matchUpdateTypes: [
3845
'major',
3946
],
@@ -43,6 +50,7 @@
4350
],
4451
},
4552
{
53+
// jqf-fuzz version 1.8+ requires Java 11+
4654
matchPackageNames: [
4755
'edu.berkeley.cs.jqf:jqf-fuzz',
4856
],
@@ -53,6 +61,7 @@
5361
enabled: false,
5462
},
5563
{
64+
// pinned version for compatibility
5665
matchPackageNames: [
5766
'org.jetbrains.kotlinx:kotlinx-coroutines-core',
5867
],

0 commit comments

Comments
 (0)