Skip to content

Commit

Permalink
ci: configure updating Node.js version in libs.versions.toml by Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
odzhychko committed Jan 3, 2025
1 parent 73d9fba commit 66581ba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -13,5 +13,19 @@
"gradle-wrapper",
"nvm",
"github-actions",
"custom.regex"
],
customManagers: [
{
depNameTemplate: "Node.js",
// Custom manager for Docker image version in version.properties
customType: "regex",
fileMatch: ["^gradle/libs.versions.toml$"],
matchStrings: [
'node="(?<currentValue>.*?)"'
],
datasourceTemplate: "node-version",
versioningTemplate: "node"
}
]
}

0 comments on commit 66581ba

Please sign in to comment.