diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b14a889..1fe59b85 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,8 @@ updates: interval: daily time: "23:30" open-pull-requests-limit: 10 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"