Skip to content

Commit

Permalink
Add rancher group and extend k8s group
Browse files Browse the repository at this point in the history
  • Loading branch information
JonCrowther committed Apr 10, 2024
1 parent bcba9d5 commit 9023534
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,17 @@
"baseBranches": [
"master"
],
"prHourlyLimit": 2
"prHourlyLimit": 2,
"packageRules": [
{
"groupName": "rancher",
"matchPackagePrefixes": [
"github.com/rancher"
]
},
{
"extends": "group:gomod-k8sio-dependencies",
"allowedVersions": "<0.30.0"
}
]
}

0 comments on commit 9023534

Please sign in to comment.