diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dde6f4a..851f384 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,8 +2,12 @@ # See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: - - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"