From 0f0b205b94622339eda2e18eb2c9a1937694e482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20=C5=BBuraw?= <9116238+krzysztofzuraw@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:34:41 +0200 Subject: [PATCH] Remove dependabot configuration --- .github/dependabot.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml deleted file mode 100644 index e4b501e35..000000000 --- a/.github/dependabot.yaml +++ /dev/null @@ -1,18 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "monthly" - commit-message: - prefix: "[skip ci]" - groups: - trpc: - patterns: - - "@trpc/*" - codegen: - patterns: - - "@graphql-codegen/*" - rtl: - patterns: - - "@testing-library/*"