Skip to content

Commit

Permalink
Merge pull request #125 from code-like-a-carpenter/dependabot-groups
Browse files Browse the repository at this point in the history
ci(dependabot): configure groups
  • Loading branch information
ianwremmel authored Oct 28, 2023
2 parents 49f1b6f + 75e3e41 commit d4fa449
Show file tree
Hide file tree
Showing 5 changed files with 312 additions and 318 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
Loading

0 comments on commit d4fa449

Please sign in to comment.