Skip to content

Commit

Permalink
build: add Dependabot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zze0s authored Jan 4, 2025
1 parent 8c7bd5d commit 6a91112
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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: monthly
groups:
golang:
patterns:
- "*"

0 comments on commit 6a91112

Please # to comment.