Skip to content

Commit

Permalink
Group dependabot PRs (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Feb 19, 2024
1 parent 70c122c commit 80f3992
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
---
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
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: "/"
schedule:
interval: "monthly"
target-branch: "master"

0 comments on commit 80f3992

Please sign in to comment.