Skip to content

Commit

Permalink
Add all packages related to GraphQL codegen to existing Dependabot group
Browse files Browse the repository at this point in the history
All these modules work with generated code. Thus generated code should 
be updated when updating these modules.

With that in mind it makes sense include all of them in the same group.

The list of added modules are taken from the commit which introduced
GraphQL Codegen:
22e016d
  • Loading branch information
kasperg committed Nov 15, 2023
1 parent 3fdd7ce commit a5a74ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ updates:
graphql-codegen:
patterns:
- "@graphql-codegen/*"
- "@graphql-typed-document-node/core"
- "replace-in-file"
- "typescript-graphql-typed-files-modules"
storybook:
patterns:
- "@storybook/*"

0 comments on commit a5a74ce

Please sign in to comment.