|
6 | 6 | "packageRules": [ |
7 | 7 | { |
8 | 8 | "matchPackageNames": [ |
9 | | - "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha", |
10 | | - "io.opentelemetry.semconv:opentelemetry-semconv", |
11 | | - "io.opentelemetry.semconv:opentelemetry-semconv-incubating", |
12 | | - "io.opentelemetry.proto:opentelemetry-proto" |
| 9 | + "io.opentelemetry:**", |
| 10 | + "io.opentelemetry.instrumentation:**", |
| 11 | + "io.opentelemetry.semconv:**", |
| 12 | + "io.opentelemetry.proto:**" |
13 | 13 | ], |
14 | 14 | // Renovate's default behavior is only to update from unstable -> unstable if it's for the |
15 | 15 | // major.minor.patch, under the assumption that you would want to update to the stable version |
16 | 16 | // of that release instead of the unstable version for a future release |
17 | | - // (TODO remove once the artifacts above release stable versions) |
18 | 17 | "ignoreUnstable": false |
19 | 18 | }, |
20 | 19 | { |
|
25 | 24 | "matchPackagePrefixes": ["io.micrometer:"], |
26 | 25 | "groupName": "micrometer packages" |
27 | 26 | }, |
28 | | - { |
29 | | - "matchPackagePrefixes": ["com.gradle.enterprise"], |
30 | | - "groupName": "gradle enterprise packages" |
31 | | - }, |
32 | 27 | { |
33 | 28 | // prevent 3.0.1u2 -> 3.0.1 |
34 | 29 | "matchPackageNames": ["com.google.code.findbugs:annotations"], |
|
92 | 87 | "matchPackagePrefixes": ["jakarta.servlet:"], |
93 | 88 | "matchCurrentVersion": "5.0.0", |
94 | 89 | "enabled": false |
| 90 | + }, |
| 91 | + { |
| 92 | + // intentionally using Spring Boot 2 in gcp-auth-extension in order to test with Java 8+ |
| 93 | + "matchFileNames": [ |
| 94 | + "gcp-auth-extension/build.gradle.kts" |
| 95 | + ], |
| 96 | + "matchPackagePrefixes": [ |
| 97 | + "org.springframework.boot" |
| 98 | + ], |
| 99 | + "matchUpdateTypes": ["major"], |
| 100 | + "enabled": false, |
95 | 101 | } |
96 | 102 | ] |
97 | 103 | } |
0 commit comments