diff --git a/.github/renovate.json b/.github/renovate.json index 6d7f10c5..847d4728 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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" + } + ] }