From a5a74ce202d0c87e0c4a5c05be76989460b736df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Garn=C3=A6s?= Date: Wed, 15 Nov 2023 13:55:28 +0100 Subject: [PATCH] Add all packages related to GraphQL codegen to existing Dependabot group 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: https://github.com/danskernesdigitalebibliotek/dpl-react/commit/22e016d72a30ef3685784668f51b8ce7b48c8d2d --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5f8143fb0e..291fce5225 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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/*"