fix(dependabot): update directory path for package manifests in dependabot configuration
This commit is contained in:
parent
c4a753f89f
commit
ceb782888c
1 changed files with 1 additions and 1 deletions
2
apps/infoalloggi/.github/dependabot.yml
vendored
2
apps/infoalloggi/.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"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue