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 8, 2024
1 parent a0d653d commit 2828817
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/dependabot.yml
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 2828817

Please sign in to comment.