Stop dependabot from spamming PRs (#3347)

This commit is contained in:
Muhammad Hamza 2023-07-29 18:01:25 +05:00 committed by GitHub
parent 4023c88c39
commit 595453686c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -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: "/"