From 3c96f7fb4be1255c74bbe949514ee380fa1bb4b6 Mon Sep 17 00:00:00 2001 From: George Jenkins Date: Fri, 6 Dec 2024 09:52:55 -0500 Subject: [PATCH] trybump Signed-off-by: George Jenkins --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c44203f6c..2c694098c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: - # Keep dev-v3 branch dependencies up to date, while Helm v3 is within support package-ecosystem: "gomod" target_branch: "dev-v3" - directory: "/" + directory: "/pkg" schedule: interval: "daily" groups: @@ -33,6 +33,7 @@ updates: - "k8s.io/client-go" - "k8s.io/kubectl" - package-ecosystem: "github-actions" + target_branch: "main" directory: "/" schedule: interval: "daily"