Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq authored Sep 6, 2024
1 parent 5aa50f0 commit ad6254b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,23 @@ updates:
labels:
- dependencies
schedule:
interval: daily
interval: "weekly"
groups:
gomod-normal-deps:
update-types:
- patch
- minor
gomod-breaking-deps:
update-types:
- major

- package-ecosystem: "github-actions"
directory: "/"
labels:
- dependencies
schedule:
interval: "daily"
interval: "weekly"
groups:
actions-deps:
patterns:
- "*"

0 comments on commit ad6254b

Please sign in to comment.