Skip to content

Commit

Permalink
implement dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleSanderson authored Aug 13, 2023
1 parent bd28226 commit e84ca55
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: saturday
time: "07:00"
groups:
github:
patterns:
- "*"

- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
day: saturday
time: "07:30"
groups:
golang:
patterns:
- "*"

0 comments on commit e84ca55

Please sign in to comment.