Skip to content

Commit

Permalink
group apollo related deps with other graphql packages
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Aug 25, 2019
1 parent 0fb2137 commit 8afc486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
groupName: 'graphql related packages',
packagePatterns: [
'(\\b|_)graphql(\\b|_)',
'(\\b|_)apollo(\\b|_)',
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/dev/renovate/package_groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const RENOVATE_PACKAGE_GROUPS: PackageGroup[] = [

{
name: 'graphql',
packageWords: ['graphql'],
packageWords: ['graphql', 'apollo'],
},

{
Expand Down

0 comments on commit 8afc486

Please sign in to comment.