Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit ef39090

Browse files
committed
dependabot: ignore @types/node major version updates
1 parent 492609d commit ef39090

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ updates:
8585
directory: "/tools/syn2mas/"
8686
schedule:
8787
interval: "weekly"
88+
ignore:
89+
# Ignore @types/node until we can upgrade to Node 20
90+
- dependency-name: "@types/node"
91+
update-types: ["version-update:semver-major"]
8892
groups:
8993
production:
9094
dependency-type: "production"

0 commit comments

Comments
 (0)