mirror of
https://github.com/rancher/steve.git
synced 2025-09-25 06:42:35 +00:00
Add rancher group and extend k8s group
This commit is contained in:
14
.github/renovate.json
vendored
14
.github/renovate.json
vendored
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user