Skip to content

Commit 075fd50

Browse files
authored
Merge pull request #46 from per1234/dependabot-types_node-constraint
Prevent inappropriate `@types/node` bumps from Dependabot
2 parents 166c7c0 + 43dd9a6 commit 075fd50

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
@@ -17,3 +17,9 @@ updates:
1717
interval: daily
1818
labels:
1919
- "topic: infrastructure"
20+
ignore:
21+
- dependency-name: "@types/node"
22+
# @types/node should be kept in sync with the major version of Node.js that is in use.
23+
# So we only want automated updates for minor and patch releases of this dependency.
24+
update-types:
25+
- "version-update:semver-major"

0 commit comments

Comments
 (0)