Update Dependabot configuration to set the correct directory for package manifests
This commit is contained in:
parent
e06d1f5144
commit
433c5dff85
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
|
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: "/" # Location of package manifests
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
#ignore:
|
#ignore:
|
||||||
|
|
@ -19,4 +19,5 @@ updates:
|
||||||
# - dependency-name: "eslint-config-next"
|
# - dependency-name: "eslint-config-next"
|
||||||
# versions: [">=14.2.23"]
|
# versions: [">=14.2.23"]
|
||||||
open-pull-requests-limit: 50
|
open-pull-requests-limit: 50
|
||||||
|
versioning-strategy: increase
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue