Skip to content

Commit

Permalink
Switch Dependabot to checking weekly (dependabot#63)
Browse files Browse the repository at this point in the history
We now use "weekly" throughout our docs and examples, as most users seem to prefer slightly less package churn than daily.
  • Loading branch information
jeffwidman authored and erinhav committed Jun 22, 2023
1 parent 6fbac5e commit 11d14aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: npm
directory: "/javascript"
schedule:
interval: daily
interval: "weekly"
- package-ecosystem: bundler
directory: "/ruby"
schedule:
interval: weekly
interval: "weekly"

0 comments on commit 11d14aa

Please sign in to comment.