File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 66 ] ,
77 packageRules : [
88 {
9+ // this is to reduce the number of renovate PRs
910 matchManagers : [
1011 'github-actions' ,
1112 'dockerfile' ,
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 ] ,
3440 enabled : false ,
3541 } ,
3642 {
43+ // mockito 5+ requires Java 11+
3744 matchUpdateTypes : [
3845 'major' ,
3946 ] ,
4350 ] ,
4451 } ,
4552 {
53+ // jqf-fuzz version 1.8+ requires Java 11+
4654 matchPackageNames : [
4755 'edu.berkeley.cs.jqf:jqf-fuzz' ,
4856 ] ,
5361 enabled : false ,
5462 } ,
5563 {
64+ // pinned version for compatibility
5665 matchPackageNames : [
5766 'org.jetbrains.kotlinx:kotlinx-coroutines-core' ,
5867 ] ,
You can’t perform that action at this time.
0 commit comments