Skip to content

Commit

Permalink
chore: updating renovate configuration for node LTS [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosjr97 committed Feb 25, 2024
1 parent b9e9b55 commit f1ea2d1
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,28 @@
"regexManagers:dockerfileVersions",
"group:all"
],
"regexManagers": [
{
"fileMatch": [
"^Dockerfile$"
],
"matchStrings": [
"FROM node:(?<currentValue>.*?)-alpine*"
],
"depNameTemplate": "node",
"datasourceTemplate": "node",
"versioningTemplate": "node"
}
],
"packageRules": [
{
"matchDatasources": [
"docker"
"matchPackageNames": [
"node"
],
"matchManagers": [
"dockerfile"
],
"dependencyDashboardApproval": true,
"groupName": "Node LTS",
"matchUpdateTypes": [
"major"
]
"enabled": false
}
]
}

0 comments on commit f1ea2d1

Please sign in to comment.