diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4bcc5b7..961a79d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,5 +8,5 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every weekday - interval: "daily" + # Check for updates to GitHub Actions once a week + interval: "weekly"