Skip to content

Commit 7ea5273

Browse files
chore(dependabot): don't update node types automatically (#69)
We're keeping node types in line with the lowest supported Node.js version, so dependabot should ignore all but patch updates. Also bump PR limit to 10.
1 parent 52ba4ca commit 7ea5273

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: weekly
12+
open-pull-requests-limit: 10
1213
allow:
1314
- dependency-type: development
15+
ignore:
16+
- dependency-name: "@types/node"
17+
update-types:
18+
- version-update:semver-major
19+
- version-update:semver-minor
1420
versioning-strategy: increase
1521
groups:
1622
vitest:

0 commit comments

Comments
 (0)