Skip to content

Commit

Permalink
chore: Use Dependabot groups to bundle PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed May 12, 2024
1 parent 0ba84ee commit c8c3679
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
versioning-strategy: widen
groups:
dev:
dependency-type: development
patterns:
- "*"
prod:
dependency-type: production
patterns:
- "*"
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit c8c3679

Please sign in to comment.