Skip to content

Commit e56fabd

Browse files
authored
ci: disable updating node-version for actions/setup-node (#391)
We want to be using the lowest major version of Node we support in CI, but still want to get major updates for the `actions/setup-node` action
1 parent bfa39e2 commit e56fabd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
{
1212
"matchFileNames": [".github/**"],
1313
"groupName": "workflows"
14+
},
15+
{
16+
"matchDepTypes": ["uses-with"],
17+
"enabled": false
1418
}
1519
]
1620
}

0 commit comments

Comments
 (0)