commit | d072e5ffd709695bdad66fb41d9e04a1bef1fffa | [log] [tgz] |
---|---|---|
author | Kevin Moore <[email protected]> | Thu Apr 21 09:50:12 2022 -0700 |
committer | GitHub <[email protected]> | Thu Apr 21 09:50:12 2022 -0700 |
tree | 688f02fb9d806faafcecd81f95aac24beed5450d | |
parent | 96bdf38d528450792a200c8b38925bc81884824c [diff] |
dependabot: check for updates monthly (#620) Seems very little reason to check more often
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 430a85e..3f9e337 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml
@@ -7,5 +7,4 @@ - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every weekday - interval: "daily" + interval: "monthly"