Skip to content

Commit

Permalink
Reduce dependabot update frequency (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Sep 5, 2022
1 parent 63d71ec commit 3bb96f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Expand Up @@ -8,11 +8,11 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
# Always increase the version requirement
# to match the new version.
versioning-strategy: increase
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"

0 comments on commit 3bb96f4

Please sign in to comment.