diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4eb6ec8..fc8cfba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,11 @@ updates: interval: "weekly" open-pull-requests-limit: 20 target-branch: "dev" + +# Set update schedule for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 20 + target-branch: "dev"