Skip to content

Commit

Permalink
ci(tweak): change dependabot config (#2130)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
  • Loading branch information
hairyhenderson authored Jun 23, 2024
1 parent 5104b19 commit a9fe2e5
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,21 @@ updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
day: saturday
time: "02:00"
timezone: Canada/Eastern
interval: daily
open-pull-requests-limit: 10
commit-message:
prefix: deps(go)
- package-ecosystem: docker
directory: "/"
schedule:
interval: weekly
day: saturday
time: "02:00"
timezone: Canada/Eastern
interval: daily
open-pull-requests-limit: 10
commit-message:
prefix: deps(docker)
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
day: saturday
time: "02:00"
timezone: Canada/Eastern
interval: daily
open-pull-requests-limit: 10
commit-message:
prefix: deps(actions)

0 comments on commit a9fe2e5

Please sign in to comment.