Skip to content

Commit

Permalink
Reduce dependabot frequency to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
sfnelson committed Mar 4, 2024
1 parent 4c0abe0 commit efa2c2f
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,16 @@ updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: '22:00'
timezone: Australia/Adelaide
interval: "monthly"
groups:
dependencies:
ruby:
patterns:
- "*" # Update all dependencies
- "*"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
interval: "monthly"
groups:
dependencies:
js:
patterns:
- "*" # Update all dependencies
- "*"

0 comments on commit efa2c2f

Please sign in to comment.