Skip to content

Commit

Permalink
Remove renovate from v1.32.x branch (#2043)
Browse files Browse the repository at this point in the history
* Remove renovate from v1.32.x branch

* remove unneded rule
  • Loading branch information
laurit authored Sep 19, 2024
1 parent 774a526 commit f5b779a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"config:base"
],
"ignorePaths": ["instrumentation/**"],
"baseBranches": ["main", "v1.32.x"],
"packageRules": [
{
"matchPackagePrefixes": ["com.diffplug.spotless"],
Expand Down Expand Up @@ -35,13 +34,6 @@
// of that release instead of the unstable version for a future release
"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": ["v1.32.x"],
"enabled": false
}
]
}

0 comments on commit f5b779a

Please sign in to comment.