Skip to content

Commit 99f6ebf

Browse files
authored
Merge pull request #68 from kenmuse/kenmuse/dependabot-node
Ignore all major updates to @types/node
2 parents bc0ff84 + b0fbddd commit 99f6ebf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ updates:
2626
directory: '/'
2727
schedule:
2828
interval: weekly
29+
ignore:
30+
- dependency-name: '@types/node'
31+
update-types: ['version-update:semver-major']
2932
groups:
3033
dev-dependencies:
3134
dependency-type: development

0 commit comments

Comments
 (0)