diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4331876d3..b10dac5b8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -63,6 +63,15 @@ updates: github-actions: patterns: - "*" + - package-ecosystem: github-actions + directory: '/' + target-branch: "release-0.24" + schedule: + interval: monthly + groups: + github-actions: + patterns: + - "*" - package-ecosystem: gomod target-branch: "release-0.18" directory: "/" @@ -159,6 +168,22 @@ updates: # 0.23 tracks the 0.35 branch - dependency-name: k8s.io/* versions: ">= 0.36.0-alpha.0" + - package-ecosystem: gomod + target-branch: "release-0.24" + directory: "/" + schedule: + interval: weekly + groups: + gomod: + patterns: + - "*" + allow: + # Pick up k8s.io updates + - dependency-name: k8s.io/client-go + ignore: + # 0.24 tracks the 0.35 branch + - dependency-name: k8s.io/* + versions: ">= 0.36.0-alpha.0" - package-ecosystem: gomod directory: "/" schedule: