Skip to content

Commit

Permalink
Switch Dependabot to checking weekly (#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 May 12, 2023
1 parent 32c3136 commit d35808e
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"

This comment has been minimized.

Copy link
@3mmarhamad

3mmarhamad May 17, 2024

.,

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 d35808e

Please sign in to comment.