Skip to content

Commit

Permalink
better handle argument node version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Nov 20, 2023
1 parent 29c9738 commit 8847e63
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"config:recommended"
],
"dependencyDashboardTitle":"Dependency Dashboard - EPP encoda",
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": ["node_version=(?<currentValue>.*?)-alpine"],
"depNameTemplate": "node",
"datasourceTemplate": "node",
"versioningTemplate": "node"
}
],
"packageRules": [
{
"matchUpdateTypes": [
Expand Down

0 comments on commit 8847e63

Please sign in to comment.