From 99357848e5789f8f02bf7c9084c738f721ca28cb Mon Sep 17 00:00:00 2001 From: Bernd Storath Date: Tue, 26 May 2026 08:31:06 +0200 Subject: [PATCH] remove dependabot for npm npm updates are handled manually to correctly dedupe --- .github/dependabot.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b88b5b32..b6e48dc1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,13 +5,3 @@ updates: schedule: interval: "weekly" rebase-strategy: "auto" - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "weekly" - rebase-strategy: "auto" - - package-ecosystem: "npm" - directory: "/src/" - schedule: - interval: "weekly" - rebase-strategy: "auto"