Skip to content

Commit

Permalink
ci(dependabot): configure groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwremmel committed Oct 28, 2023
1 parent 49f1b6f commit 54692b5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ updates:
prefix: 'chore'
include: 'scope'
directory: '/'
groups:
'@code-like-a-carpenter':
patterns:
- '*@code-like-a-carpenter*'
'@opentelemetry':
patterns:
- '*@opentelemetry*'
babel:
patterns:
- '*babel*'
eslint:
patterns:
- '*eslint*'
jest:
patterns:
- '*jest*'
graphql:
patterns:
- '*graphql*'
remix:
patterns:
- '*remix*'
storybook:
patterns:
- '*storybook*'
ignore:
# Ignore Node major version updates until we're ready to actually update
# Node.
Expand Down

0 comments on commit 54692b5

Please sign in to comment.