Fix directory path formatting in Dependabot configuration

This commit is contained in:
Marco Pedone 2025-08-04 20:50:21 +02:00
parent dac0cca642
commit bd93966f46

View file

@ -6,7 +6,7 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: "npm" # See documentation for possible values - package-ecosystem: "npm" # See documentation for possible values
directory: "apps/infoalloggi/" # Location of package manifests directory: "apps/infoalloggi" # Location of package manifests
schedule: schedule:
interval: "daily" interval: "daily"
#ignore: #ignore:
@ -19,3 +19,4 @@ updates:
# - dependency-name: "eslint-config-next" # - dependency-name: "eslint-config-next"
# versions: [">=14.2.23"] # versions: [">=14.2.23"]
open-pull-requests-limit: 50 open-pull-requests-limit: 50