Migrate Renovate config #6

Merged
jcabillot merged 1 commits from renovate/migrate-config into master 2026-06-11 07:09:16 -04:00
+3 -1
View File
@@ -4,7 +4,9 @@
{
"customType": "regex",
"description": "Detect ARG VERSION pin for jcabillot/phpapache base image",
"fileMatch": ["^Dockerfile$"],
"managerFilePatterns": [
"/^Dockerfile$/"
],
"matchStrings": [
"ARG\\s+VERSION=\"(?<currentValue>[^\"]+)\""
],