From 5e89788e9d1ace4f976298dad773319bcd92b141 Mon Sep 17 00:00:00 2001 From: aldbr Date: Tue, 7 Jan 2025 07:53:59 +0100 Subject: [PATCH] chore(dependabot): remove specific updates for extension --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c80380d1..5caed7d1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,10 +9,10 @@ updates: - package-ecosystem: "npm" 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 + # - /packages/diracx-web-components + # - /packages/diracx-web + # - /packages/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 + versioning-strategy: increase