Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ibreakthecloud authored Sep 30, 2024
1 parent 7f97417 commit ccf1ab6
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "02:00"
day: "monday"
labels:
- "dependencies"
- "bot"
commit-message:
prefix: "chore(deps)"
include: "scope"
auto-merge: true
assignees:
- "ibreakthecloud"

0 comments on commit ccf1ab6

Please sign in to comment.