Skip to content

Commit

Permalink
ci: only renovate node lts versions
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Dec 12, 2022
1 parent 2f07dcb commit e893154
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@
},
{
"fileMatch": ["^deps\\.list$"],
"matchStrings": ["NODE_IMAGE_VERSION=(?<currentValue>.*?)\\n"],
"matchStrings": ["NODE_IMAGE_VERSION=(?<currentValue>.*?)-alpine3.16\\n"],
"depNameTemplate": "node",
"datasourceTemplate": "docker"
"datasourceTemplate": "node",
"versioningTemplate": "node"
},
{
"fileMatch": ["^deps\\.list$"],
Expand Down

0 comments on commit e893154

Please sign in to comment.