diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0133fd8f4..d8e8e3379 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -37,3 +37,9 @@ updates: directory: "/" schedule: interval: "daily" + - # Keep dev-v3 GitHub Actions up to date, while Helm v3 is within support + package-ecosystem: "github-actions" + target-branch: "dev-v3" + directory: "/" + schedule: + interval: "daily"