Fix renovate configuration (#12287)
This commit is contained in:
parent
171e9d170a
commit
afd757ef87
|
@ -33,13 +33,6 @@
|
||||||
"ignoreUnstable": false,
|
"ignoreUnstable": false,
|
||||||
"allowedVersions": "!/\\-SNAPSHOT$/"
|
"allowedVersions": "!/\\-SNAPSHOT$/"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
// we are not going to update the semconv in 1.x branch
|
|
||||||
"matchPackageNames": ["io.opentelemetry.semconv:opentelemetry-semconv"],
|
|
||||||
"matchUpdateTypes": ["minor"],
|
|
||||||
"matchBaseBranches": ["release/v1.33.x"],
|
|
||||||
"enabled": false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"matchPackagePrefixes": ["ch.qos.logback:"],
|
"matchPackagePrefixes": ["ch.qos.logback:"],
|
||||||
"groupName": "logback packages"
|
"groupName": "logback packages"
|
||||||
|
|
Loading…
Reference in New Issue