From dac0cca6421d9c5267b8dfe70404e7531f902829 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Mon, 4 Aug 2025 20:46:29 +0200 Subject: [PATCH] Fix directory path formatting in Dependabot configuration --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 476dbd2..049f7ae 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: