From 6653a9b5134e4fbafbfea1ece3a52ecf954e1557 Mon Sep 17 00:00:00 2001 From: luchobonatti Date: Wed, 9 Sep 2026 09:59:54 -0300 Subject: [PATCH] chore: stop dependabot version updates Security updates are a repository setting and do not read this file. --- .github/dependabot.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 4376e5d..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,13 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "weekly" - cooldown: - default-days: 7 - groups: - npm-minor: - update-types: - - minor - - patch