Skip to content

Commit

Permalink
Adjust how renovate handles a few rancher pacakges on older Rancher
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck authored May 7, 2024
1 parent 070786a commit 05bc9b2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
"github>rancher/renovate-config#release",
"group:all"
],
"packageRules": [
{
"packageNames": [
"github.com/rancher/hull",
"github.com/rancher/lasso",
"github.com/rancher/wrangler/v2"
],
"enabled": false,
"branches": [
"release/v3.0",
"release/v4.0"
]
}
],
"baseBranches": [
"release/v3.0",
"release/v4.0",
Expand Down

0 comments on commit 05bc9b2

Please sign in to comment.