mirror of https://github.com/yewstack/yew
Stop dependabot from spamming PRs (#3347)
This commit is contained in:
parent
4023c88c39
commit
595453686c
|
@ -5,13 +5,21 @@ updates:
|
|||
schedule:
|
||||
interval: "weekly"
|
||||
day: "friday"
|
||||
open-pull-requests-limit: 5
|
||||
open-pull-requests-limit: 2
|
||||
groups:
|
||||
cargo-deps:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/website"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
target-branch: "master"
|
||||
groups:
|
||||
website-deps:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
|
|
Loading…
Reference in New Issue