Skip to content

Commit e701f14

Browse files
authored
Let Dependabot update all package.json files (#3131)
Without this change, Dependabot only updates `package-lock.json` in some cases. This was previously configured (6ac2ef2) but my recent changes (#3118) failed to include this detail.
1 parent dea4847 commit e701f14

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: 2
22
updates:
33
- package-ecosystem: npm
4+
versioning-strategy: increase
45
directories:
56
- /
67
- packages/web-features
@@ -15,9 +16,6 @@ updates:
1516
types-node:
1617
patterns:
1718
- "@types/node"
18-
update-types:
19-
- "minor"
20-
- "patch"
2119
typescript:
2220
patterns:
2321
- "typescript"

0 commit comments

Comments
 (0)