From ceb782888c5a5ca227bed22aa5f73746879905a8 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Wed, 14 Jan 2026 13:32:42 +0100 Subject: [PATCH] fix(dependabot): update directory path for package manifests in dependabot configuration --- apps/infoalloggi/.github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/infoalloggi/.github/dependabot.yml b/apps/infoalloggi/.github/dependabot.yml index e1c3d82..6ca71e1 100644 --- a/apps/infoalloggi/.github/dependabot.yml +++ b/apps/infoalloggi/.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" open-pull-requests-limit: 10