diff --git a/.github/renovate.json b/.github/renovate.json index a60d2cf..2c0419a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,8 +12,6 @@ { "customType": "regex", "fileMatch": [ - "(^|/|\\.)Dockerfile$", - "(^|/)Dockerfile[^/]*$", "hack/make/deps.mk" ], "matchStrings": [ @@ -28,7 +26,8 @@ "matchBaseBranches": ["renovate-test"], "matchDepNames": [ "kubernetes/kubernetes" - ] + ], + "allowedVersions": ">=1.29.0 <1.33.0" } ] }