Skip to content

Commit

Permalink
ci: add grouping to dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
neilime committed Nov 10, 2023
1 parent 414d0f1 commit 99469cb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,31 @@ updates:
schedule:
interval: weekly
day: friday
groups:
docusaurus:
patterns:
- "@docusaurus/*"
react:
patterns:
- react
- react-*
- "@types/react"
- "@types/react-*"

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
day: friday
groups:
laminas:
patterns:
- "laminas/*"
phpstan:
patterns:
- "phpstan/*"
- "slam/phpstan-laminas-framework"
phpunit:
patterns:
- "phpunit/*"
- "spatie/phpunit-snapshot-assertions"

0 comments on commit 99469cb

Please sign in to comment.