Merge pull request 'Migrate Renovate config' (#6) from renovate/migrate-config into master
Docker Build and Push / lint (push) Successful in 9s
Docker Build and Push / build (push) Successful in 1m32s
Docker Build and Push / test (push) Successful in 54s
Docker Build and Push / push (push) Successful in 27s

Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
2026-06-09 14:09:33 -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>[^\"]+)\""