Skip to content

Commit

Permalink
chore: updating renovate to use match with versionCompatibility for n…
Browse files Browse the repository at this point in the history
…ode LTS [skip ci]
  • Loading branch information
juancarlosjr97 committed Feb 25, 2024
1 parent ddd555b commit 5e2a1e1
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,16 @@
"regexManagers:dockerfileVersions",
"group:all"
],
"regexManagers": [
{
"fileMatch": [
"^Dockerfile$"
],
"matchStrings": [
"FROM node:(?<currentValue>.*?)-alpine\\n"
],
"depNameTemplate": "node",
"datasourceTemplate": "node",
"versioningTemplate": "node"
}
],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"node"
],
"dependencyDashboardApproval": true,
"groupName": "Node LTS",
"matchUpdateTypes": [
"major"
]
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
"versioning": "node"
}
]
}

0 comments on commit 5e2a1e1

Please sign in to comment.