Update Dependabot configuration to set the correct directory for package manifests
This commit is contained in:
parent
433c5dff85
commit
c894dc7364
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: "/" # 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