diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a2112d30..9f9b2eb1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,3 +17,10 @@ updates: open-pull-requests-limit: 0 schedule: interval: "weekly" + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + open-pull-requests-limit: 0 + schedule: + interval: "weekly"