diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 52796d119..65f8104c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,3 +21,13 @@ updates: labels: - "PR: chore" - "PR: dependencies" + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" + target-branch: "develop" + schedule: + interval: "weekly" + commit-message: + prefix: "chore(deps)" + labels: + - "PR: chore" + - "PR: dependencies"