diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index eb16ce7..c38139f 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,4 +7,14 @@ updates: interval: "daily" commit-message: prefix: "[skip ci]" + groups: + trpc: + patterns: + - "@trpc/*" + codegen: + patterns: + - "@graphql-codegen/*" + rtl: + patterns: + - "@testing-library/*"