Skip to content

Commit

Permalink
dependabot: switch to grouped updates
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Apr 6, 2024
1 parent a4367c8 commit a7cb86d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ updates:
directory: '/'
schedule:
interval: monthly
groups:
github-actions:
patterns:
- '*'
- package-ecosystem: npm
directory: '/'
schedule:
interval: monthly
open-pull-requests-limit: 10
versioning-strategy: increase
groups:
production-dependencies:
dependency-type: 'production'
development-dependencies:
dependency-type: 'development'

0 comments on commit a7cb86d

Please sign in to comment.