Compare commits
2 Commits
d4ce3b8996
...
24c9cf9054
| Author | SHA1 | Date | |
|---|---|---|---|
| 24c9cf9054 | |||
|
|
45481c382f |
@@ -6,9 +6,9 @@
|
|||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": [
|
"managerFilePatterns": [
|
||||||
"(^|/)Dockerfile$",
|
"/(^|/)Dockerfile$/",
|
||||||
"(^|/)Dockerfile\\.[^/]*$"
|
"/(^|/)Dockerfile\\.[^/]*$/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"#\\srenovate:\\sdatasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?\\s(ENV|ARG) .*?_VERSION=(?<currentValue>.*)\\s"
|
"#\\srenovate:\\sdatasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?\\s(ENV|ARG) .*?_VERSION=(?<currentValue>.*)\\s"
|
||||||
|
|||||||
Reference in New Issue
Block a user