From 9c414e405b75b4ed406b09d9cc429e656c6b362a Mon Sep 17 00:00:00 2001 From: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:15:58 +0200 Subject: [PATCH] ci: consider workspace directories for package-lock updates according to https://github.com/dependabot/dependabot-core/issues/6270, this is the solution --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4bad63e..8a8648b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ version: 2 updates: - package-ecosystem: npm directory: / - versioning-strategy: increase-if-necessary + versioning-strategy: increase schedule: interval: weekly groups: @@ -20,4 +20,4 @@ updates: versions: ["8.x"] - dependency-name: "express" # express 5 not supported atm - versions: ["5.x"] \ No newline at end of file + versions: ["5.x"]