Merge pull request 'chore(config): migrate Renovate config' (#13) from renovate/migrate-config into master

Reviewed-on: #13
This commit is contained in:
2026-06-09 13:32:59 -04:00
+2 -2
View File
@@ -4,8 +4,8 @@
{
"customType": "regex",
"description": "Detect ARG VERSION pin for jcabillot/phpapache base image",
"fileMatch": [
"^Dockerfile$"
"managerFilePatterns": [
"/^Dockerfile$/"
],
"matchStrings": [
"ARG\\s+VERSION=\"(?<currentValue>[^\"]+)\""