From 3c5e0173230c84e9f3cf2cb57ce6d7ab6a717e97 Mon Sep 17 00:00:00 2001 From: aldbr Date: Mon, 26 Aug 2024 15:54:24 +0200 Subject: [PATCH] build(ci): fix dependabot --- .github/dependabot.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 813e17f7..c80380d1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,10 +7,12 @@ updates: interval: "weekly" # Maintain dependencies for the project - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "weekly" - - package-ecosystem: "npm" - directory: "/packages/extensions" + directories: + # Update the package.json and lock file at the root as well as the ones in + # /packages/diracx-web and /packages/diracx-web-extensions + - "/" + # Update the package.json and lock file in /packages/extensions + - "/packages/extensions" schedule: interval: "weekly" + versioning-strategy: increase \ No newline at end of file