Skip to content

Commit

Permalink
ci: removing Alpine Renovate version updating
Browse files Browse the repository at this point in the history
Removing the custom manager for updating all the repology lines with the Alpine
image's version, as we changed to using the Rust Alpine image.
  • Loading branch information
DeveloperC286 committed Dec 18, 2024
1 parent 633e277 commit 1e92071
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,6 @@
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.+_VERSION=\"(?<currentValue>.*?)\"\\s"
]
},
{
"customType": "regex",
"fileMatch": [
"^Earthfile$"
],
"matchStrings": [
"# renovate: datasource=repology packageName=alpine_(?<currentValue>\\d+[._]\\d+)"
],
"currentValueTemplate": "{{{ replace '_' '.' currentValue }}}",
"datasourceTemplate": "docker",
"depNameTemplate": "alpine",
"versioningTemplate": "regex:^(?<major>\\d+)[._](?<minor>\\d+)$",
"autoReplaceStringTemplate": "# renovate: datasource=repology packageName=alpine_{{{newMajor}}}_{{{newMinor}}}"
},
{
"customType": "regex",
"fileMatch": [
Expand Down

0 comments on commit 1e92071

Please sign in to comment.