Skip to content

Commit

Permalink
fix: Update dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
PossibleLlama committed Mar 10, 2024
1 parent 4b997c2 commit efa4a8e
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,24 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "08:00"
interval: "weekly"
assignees:
- "possiblellama"
labels:
- "dependencies"
groups:
go-deps:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "08:00"
interval: "weekly"
assignees:
- "possiblellama"
labels:
- "dependencies"
groups:
gha-deps:
patterns:
- "*"

0 comments on commit efa4a8e

Please sign in to comment.