diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c4e4d87fc..d1d507406 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: schedule: interval: daily time: "13:00" +- package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"