Browse Source

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

Lauri Tulmin 11 months ago
parent
commit
5847b233a8
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .github/renovate.json5

+ 7 - 0
.github/renovate.json5

@@ -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"