From c0d96a0b1349d7dd0dec65c78dcdc2e043713ff8 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Tue, 16 Jun 2026 12:03:54 +0200 Subject: [PATCH] ci/cd: npm dependabot not run from root --- .github/dependabot.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0bfa5f2b..b7bc457b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -38,10 +38,7 @@ updates: default-days: 7 - package-ecosystem: "npm" - directories: - - "/frontend" - - "/tests" - - "/email-templates" + directory: "/" patterns: ["*"] multi-ecosystem-group: "all-dependencies" versioning-strategy: "increase-if-necessary"