chore(config): migrate config renovate.json
All checks were successful
Deploy / build (pull_request) Successful in 23s
All checks were successful
Deploy / build (pull_request) Successful in 23s
This commit is contained in:
@@ -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