Disable renovate updates for semconv in release/v1.33.x (#11090)

This commit is contained in:
Lauri Tulmin 2024-04-10 22:19:23 +03:00 committed by GitHub
parent 35bf17509f
commit 5847b233a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -26,6 +26,13 @@
"ignoreUnstable": false,
"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:"],
"groupName": "logback packages"