Disable renovate updates for semconv in release/v1.33.x (#11090)
This commit is contained in:
parent
35bf17509f
commit
5847b233a8
|
@ -26,6 +26,13 @@
|
||||||
"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