Skip to content

Commit

Permalink
Stop dependabot from spamming PRs (#3347)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile authored Jul 29, 2023
1 parent 4023c88 commit 5954536
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "/"
Expand Down

0 comments on commit 5954536

Please sign in to comment.