Skip to content

Commit

Permalink
Merge pull request #1287 from modelix/configure-renovate-to-update-no…
Browse files Browse the repository at this point in the history
…de-version

ci: configure updating Node.js version in libs.versions.toml by Renovate
  • Loading branch information
odzhychko authored Jan 3, 2025
2 parents 73d9fba + 66581ba commit 60cf3a0
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
Expand Up @@ -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 60cf3a0

Please sign in to comment.