Skip to content

Commit

Permalink
Group dependabot PRs to be a bit less noisy (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson authored Dec 10, 2024
1 parent 4bb054b commit 5bf9366
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,18 @@ updates:
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 10
groups:
frontend:
dependency-type: production
update-types:
- "minor"
- "patch"
dev-dependencies:
dependency-type: development
update-types:
- "minor"
- "patch"
labels:
- dependencies

0 comments on commit 5bf9366

Please sign in to comment.