Migrate Renovate config #6
+3
-1
@@ -4,7 +4,9 @@
|
|||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"description": "Detect ARG VERSION pin for jcabillot/phpapache base image",
|
"description": "Detect ARG VERSION pin for jcabillot/phpapache base image",
|
||||||
"fileMatch": ["^Dockerfile$"],
|
"managerFilePatterns": [
|
||||||
|
"/^Dockerfile$/"
|
||||||
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"ARG\\s+VERSION=\"(?<currentValue>[^\"]+)\""
|
"ARG\\s+VERSION=\"(?<currentValue>[^\"]+)\""
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user