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
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:
@ -19,3 +19,4 @@ updates:
# - dependency-name: "eslint-config-next"
# versions: [">=14.2.23"]
open-pull-requests-limit: 50