From bd93966f460d1f4d9f95ab72c959ff8e00a78eaa Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Mon, 4 Aug 2025 20:50:21 +0200 Subject: [PATCH] Fix directory path formatting in Dependabot configuration --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 049f7ae..dc1adf2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values - directory: "apps/infoalloggi/" # Location of package manifests + directory: "apps/infoalloggi" # Location of package manifests schedule: interval: "daily" #ignore: @@ -19,3 +19,4 @@ updates: # - dependency-name: "eslint-config-next" # versions: [">=14.2.23"] open-pull-requests-limit: 50 +