diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 297a58a0..02c047be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,8 @@ updates: interval: "daily" commit-message: prefix: "BAU" + - package-ecosystem: "github-actions" + directory: "/.github/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"