From eee046f70415e1bfd10dc87a2f4335969852bf37 Mon Sep 17 00:00:00 2001 From: George Jenkins Date: Fri, 20 Dec 2024 11:45:12 -0800 Subject: [PATCH] Fix `dependabot.yml` Signed-off-by: George Jenkins --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0bd0731c3..0133fd8f4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ version: 2 updates: - # Keep dev-v3 branch dependencies up to date, while Helm v3 is within support package-ecosystem: "gomod" - target_branch: "dev-v3" + target-branch: "dev-v3" directory: "/" schedule: interval: "daily" @@ -18,7 +18,7 @@ updates: - "k8s.io/client-go" - "k8s.io/kubectl" - package-ecosystem: "gomod" - target_branch: "main" + target-branch: "main" directory: "/" schedule: interval: "daily" @@ -33,7 +33,7 @@ updates: - "k8s.io/client-go" - "k8s.io/kubectl" - package-ecosystem: "github-actions" - target_branch: "main" + target-branch: "main" directory: "/" schedule: interval: "daily"