Skip to content

Commit 66581ba

Browse files
author
Oleksandr Dzhychko
committed
ci: configure updating Node.js version in libs.versions.toml by Renovate
1 parent 73d9fba commit 66581ba

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

renovate.json5

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,19 @@
1313
"gradle-wrapper",
1414
"nvm",
1515
"github-actions",
16+
"custom.regex"
1617
],
18+
customManagers: [
19+
{
20+
depNameTemplate: "Node.js",
21+
// Custom manager for Docker image version in version.properties
22+
customType: "regex",
23+
fileMatch: ["^gradle/libs.versions.toml$"],
24+
matchStrings: [
25+
'node="(?<currentValue>.*?)"'
26+
],
27+
datasourceTemplate: "node-version",
28+
versioningTemplate: "node"
29+
}
30+
]
1731
}

0 commit comments

Comments
 (0)