Skip to content

Commit

Permalink
ci: deps support group (#231)
Browse files Browse the repository at this point in the history
* feat: deps support group

* chore: change to weekly
  • Loading branch information
sysulq authored Aug 26, 2024
1 parent 93ffca3 commit 7efc37c
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 @@ -10,11 +10,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 7efc37c

Please sign in to comment.