Skip to content

Commit ca1d4b1

Browse files
committed
other, more different way...
1 parent 83daae1 commit ca1d4b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
"matchStringsStrategy": "any",
5050
"matchStrings": [
5151
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
52-
"\\s*(aarch64|amd64|armhf|armv7|i386):\\s*[\"']?(?<depName>.*?):(?<codename>[a-z]+)-?(?<currentValue>[\\w\\.-]+?)[\"']?\\s"
52+
"\\s*(aarch64|amd64|armhf|armv7|i386):\\s*[\"']?(?<depName>.*?):(?<currentValue>[a-z]*-?[\\w\\.-]+?)[\"']?\\s"
5353
],
5454
"datasourceTemplate": "docker",
55-
"versioningTemplate": "regex:^(?:{{{codename}}}-)?(?<major>\\d{1,4})\\.(?<minor>\\d{1,3})\\.(?<patch>\\d{1,3})$"
55+
"versioningTemplate": "regex:^(?<compatibility>[a-z]+)?-?(?<major>\\d{1,4})\\.(?<minor>\\d{1,3})\\.(?<patch>\\d{1,3})$"
5656
// "extractVersionTemplate": "^(?:\\w+-)?(?<version>.*)$"
5757
}
5858
]

0 commit comments

Comments
 (0)