From c894dc7364a7a3cd837e067185a244d3ebdac8a6 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Mon, 4 Aug 2025 21:45:30 +0200 Subject: [PATCH] Update Dependabot configuration to set the correct directory for package manifests --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76fff62..d7c7018 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: "/" # Location of package manifests + directory: "/apps/infoalloggi" # Location of package manifests schedule: interval: "daily" #ignore: