Skip to content

Commit

Permalink
Update dependabot.yml (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Dec 7, 2023
1 parent ff62e74 commit dc2c3b1
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
version: 2
updates:
- package-ecosystem: gomod
- package-ecosystem: "gomod"
commit-message:
prefix: "deps:"
directory: "/"
schedule:
interval: daily
- package-ecosystem: github-actions
interval: "weekly"
day: "sunday"
time: "09:00"
- package-ecosystem: "github-actions"
commit-message:
prefix: "ci:"
directory: "/"
schedule:
interval: daily
interval: "weekly"
day: "sunday"
time: "09:00"

0 comments on commit dc2c3b1

Please sign in to comment.