Skip to content

Commit

Permalink
ci: monthly updates (#9101)
Browse files Browse the repository at this point in the history
Reduce update cadence.
  • Loading branch information
domoritz authored Sep 20, 2023
1 parent 3e6431d commit a5f7229
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,14 @@ updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
day: sunday
time: '23:00'
timezone: PST8PDT
open-pull-requests-limit: 10
interval: monthly
ignore:
- dependency-name: 'vega'
- package-ecosystem: bundler
directory: '/site'
schedule:
interval: weekly
day: sunday
time: '23:00'
timezone: PST8PDT
open-pull-requests-limit: 10
interval: monthly
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
day: sunday
time: '23:00'
timezone: PST8PDT
open-pull-requests-limit: 10
interval: monthly

0 comments on commit a5f7229

Please sign in to comment.