Skip to content

Commit

Permalink
dependabot: add config (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker authored Nov 6, 2023
1 parent aa7d6cb commit b055f68
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
open-pull-requests-limit: 1
schedule:
interval: weekly
day: monday
# Times are staggered by 30m to spread load
time: '02:00'
timezone: US/Pacific
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 1
schedule:
interval: weekly
day: monday
time: '02:30'
timezone: US/Pacific
- package-ecosystem: terraform
directory: /
open-pull-requests-limit: 1
schedule:
interval: weekly
day: monday
time: '03:00'
timezone: US/Pacific

0 comments on commit b055f68

Please sign in to comment.