group dependabot prs
This commit is contained in:
parent
7f16da1a93
commit
9e390cfb55
11
.github/dependabot.yaml
vendored
11
.github/dependabot.yaml
vendored
@ -4,7 +4,16 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
actions-deps:
|
||||
patterns:
|
||||
- "*"
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "weekly"
|
||||
groups:
|
||||
dev-deps:
|
||||
dependency-type: "development"
|
||||
prod-deps:
|
||||
dependency-type: "production"
|
Loading…
x
Reference in New Issue
Block a user