Skip to content

Commit 6184c96

Browse files
committed
renovate: Update NODE_VERSION value of CI config
1 parent dd7fa43 commit 6184c96

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
"labels": ["A-backend"]
1919
},
2020
"regexManagers": [
21+
{
22+
"fileMatch": ["^.github/workflows/[^\\.]+\\.ya?ml$"],
23+
"matchStrings": ["NODE_VERSION:\\s*(?<currentValue>.*?)\n"],
24+
"depNameTemplate": "node",
25+
"datasourceTemplate": "github-releases",
26+
"lookupNameTemplate": "nodejs/node"
27+
},
2128
{
2229
"fileMatch": ["^.github/workflows/[^\\.]+\\.ya?ml$"],
2330
"matchStrings": ["RUST_VERSION:\\s*(?<currentValue>.*?)\n"],

0 commit comments

Comments
 (0)