From 433c5dff85f60da63a0c4212b768d96a61e1c7b9 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Mon, 4 Aug 2025 21:43:09 +0200 Subject: [PATCH] Update Dependabot configuration to set the correct directory for package manifests --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 845981f..76fff62 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: "/" # Location of package manifests schedule: interval: "daily" #ignore: @@ -19,4 +19,5 @@ updates: # - dependency-name: "eslint-config-next" # versions: [">=14.2.23"] open-pull-requests-limit: 50 + versioning-strategy: increase