Fix directory path formatting in Dependabot configuration
This commit is contained in:
parent
dac0cca642
commit
bd93966f46
1 changed files with 2 additions and 1 deletions
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue