From e92793d1c1a5c9df30165d119152fdaad89c3736 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Tue, 14 Jan 2025 19:37:17 +0100 Subject: [PATCH] Configure dependabot on the release-0.19 branch Signed-off-by: Stephen Kitt --- .github/dependabot.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 481a7ed2..a461ae02 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -45,6 +45,15 @@ updates: github-actions: patterns: - "*" + - package-ecosystem: github-actions + directory: '/' + target-branch: "release-0.19" + schedule: + interval: monthly + groups: + github-actions: + patterns: + - "*" - package-ecosystem: gomod target-branch: "release-0.14" directory: "/" @@ -125,6 +134,22 @@ updates: # 0.18 tracks the 0.30 branch - dependency-name: k8s.io/* versions: ">= 0.31.0-alpha.0" + - package-ecosystem: gomod + target-branch: "release-0.19" + directory: "/" + schedule: + interval: weekly + groups: + gomod: + patterns: + - "*" + allow: + # Pick up k8s.io updates + - dependency-name: k8s.io/client-go + ignore: + # 0.19 tracks the 0.31 branch + - dependency-name: k8s.io/* + versions: ">= 0.32.0-alpha.0" - package-ecosystem: gomod directory: "/" schedule: