Skip to content

Commit 482262e

Browse files
committed
ci(renovate): disable patch updates for @types/node
1 parent ffeea3a commit 482262e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
{
2222
"groupName": "eslint",
2323
"matchPackagePatterns": ["eslint"]
24+
},
25+
{
26+
"matchPackageNames": ["@types/node"],
27+
"matchUpdateTypes": ["patch"],
28+
"enabled": false
2429
}
2530
]
2631
}

0 commit comments

Comments
 (0)