Skip to content

Commit 53c987f

Browse files
committed
workflow: add node.js to the renovate ignore dependency
1 parent bac4470 commit 53c987f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"group:allNonMajor",
66
":disableDependencyDashboard"
77
],
8+
"ignoreDeps": [
9+
"node"
10+
],
811
"labels": [
912
"dependencies"
1013
],

0 commit comments

Comments
 (0)