-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add back dependabot with grouping
Add dependabot for auto update PRs plus group them
- Loading branch information
1 parent
771cc35
commit c6a3c8c
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
time: "06:00" | ||
timezone: UTC | ||
open-pull-requests-limit: 10 | ||
commit-message: | ||
prefix: chore | ||
include: scope | ||
groups: | ||
gha: | ||
patterns: | ||
- "*" | ||
- package-ecosystem: gomod | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
time: "06:00" | ||
timezone: UTC | ||
allow: | ||
# direct and indirect updates | ||
- dependency-type: "all" | ||
commit-message: | ||
prefix: chore | ||
include: scope | ||
groups: | ||
gomod: | ||
patterns: | ||
- "*" | ||
- package-ecosystem: docker | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
time: "06:00" | ||
timezone: UTC | ||
commit-message: | ||
prefix: chore | ||
include: scope | ||
groups: | ||
docker: | ||
patterns: | ||
- "*" |