Skip to content

Commit f295be2

Browse files
authored
ignore major updates of @types/node
1 parent 2e2d1ce commit f295be2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ updates:
66
interval: "daily"
77
open-pull-requests-limit: 10
88
ignore:
9-
# update too often, ignore patch releases
109
- dependency-name: "@types/node"
11-
update-types: ["version-update:semver-patch"]
10+
update-types:
11+
# We update the major version manually,
12+
# because it should be the same as the runtime version.
13+
- "version-update:semver-major"
14+
# update too often, ignore patch releases
15+
- "version-update:semver-patch"
1216

1317
# Maintain dependencies for GitHub Actions
1418
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)