From 9ea13df9664127ce0755bacaefaac7e1b93f09a3 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 12:01:55 +0200 Subject: [PATCH] Remove dependabot configuration --- .github/dependabot.yml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 14b3451a..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,40 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "monthly" - groups: - actions: - patterns: - - "*" - - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "monthly" - groups: - react: - patterns: - - "react*" - vanilla-extract: - patterns: - - "@vanilla-extract*" - infra: - patterns: - - "eslint*" - - "typescript*" - - "prettier*" - - "@typescript*" - vite: - patterns: - - "vite*" - - "vitest*" - storybook: - patterns: - - "@storybook*" - - "storybook*" - - "chromatic*" - radix-ui: - patterns: - - "@radix-ui*"