We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572606a commit bbcb251Copy full SHA for bbcb251
1 file changed
.github/renovate.json5
@@ -4,6 +4,18 @@
4
"config:base"
5
],
6
"packageRules": [
7
+ {
8
+ "matchPackageNames": [
9
+ "io.opentelemetry.proto:opentelemetry-proto",
10
+ "io.opentelemetry.semconv:opentelemetry-semconv"
11
+ ],
12
+ // Renovate's default behavior is only to update from unstable -> unstable if it's for the
13
+ // major.minor.patch, under the assumption that you would want to update to the stable version
14
+ // of that release instead of the unstable version for a future release
15
+ // (TODO remove once the artifacts above release stable versions)
16
+ "ignoreUnstable": false,
17
+ "allowedVersions": "!/\\-SNAPSHOT$/"
18
+ },
19
{
20
// junit-pioneer 2+ requires Java 11+
21
"matchPackageNames": ["org.junit-pioneer:junit-pioneer"],
0 commit comments