Skip to content

Commit 9c414e4

Browse files
ci: consider workspace directories for package-lock updates
according to dependabot/dependabot-core#6270, this is the solution
1 parent 7a07154 commit 9c414e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
updates:
44
- package-ecosystem: npm
55
directory: /
6-
versioning-strategy: increase-if-necessary
6+
versioning-strategy: increase
77
schedule:
88
interval: weekly
99
groups:
@@ -20,4 +20,4 @@ updates:
2020
versions: ["8.x"]
2121
- dependency-name: "express"
2222
# express 5 not supported atm
23-
versions: ["5.x"]
23+
versions: ["5.x"]

0 commit comments

Comments
 (0)