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