diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bd0501c2..55d64da4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -34,3 +34,13 @@ updates: target-branch: "mvnd-1.x" labels: - "backport" + - "dependencies" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + target-branch: "mvnd-1.x" + labels: + - "backport" + - "dependencies"