Skip to content

Commit d18e428

Browse files
ci: removing Alpine Renovate version updating (#74)
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.
1 parent ac7be5e commit d18e428

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

renovate.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,6 @@
2020
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.+_VERSION=\"(?<currentValue>.*?)\"\\s"
2121
]
2222
},
23-
{
24-
"customType": "regex",
25-
"fileMatch": [
26-
"^Earthfile$"
27-
],
28-
"matchStrings": [
29-
"# renovate: datasource=repology packageName=alpine_(?<currentValue>\\d+[._]\\d+)"
30-
],
31-
"currentValueTemplate": "{{{ replace '_' '.' currentValue }}}",
32-
"datasourceTemplate": "docker",
33-
"depNameTemplate": "alpine",
34-
"versioningTemplate": "regex:^(?<major>\\d+)[._](?<minor>\\d+)$",
35-
"autoReplaceStringTemplate": "# renovate: datasource=repology packageName=alpine_{{{newMajor}}}_{{{newMinor}}}"
36-
},
3723
{
3824
"customType": "regex",
3925
"fileMatch": [

0 commit comments

Comments
 (0)