Update dependabot.yaml

This commit is contained in:
Lukasz Ostrowski 2023-09-06 09:59:31 +02:00 committed by GitHub
parent 3bfcfa5b01
commit 068e529cfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,4 +7,14 @@ updates:
interval: "daily" interval: "daily"
commit-message: commit-message:
prefix: "[skip ci]" prefix: "[skip ci]"
groups:
trpc:
patterns:
- "@trpc/*"
codegen:
patterns:
- "@graphql-codegen/*"
rtl:
patterns:
- "@testing-library/*"