mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Stop dependabot from spamming PRs (#3347)
This commit is contained in:
parent
4023c88c39
commit
595453686c
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@ -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…
x
Reference in New Issue
Block a user