Merge pull request 'Migrate Renovate config' (#7) from renovate/migrate-config into master
Docker Build and Push / lint (push) Successful in 8s
Docker Build and Push / build (push) Successful in 1m2s
Docker Build and Push / test (push) Successful in 29s
Docker Build and Push / push (push) Successful in 31s

Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2026-06-09 14:13:14 -04:00
+2 -2
View File
@@ -4,8 +4,8 @@
{ {
"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": [ "managerFilePatterns": [
"^Dockerfile$" "/^Dockerfile$/"
], ],
"matchStrings": [ "matchStrings": [
"ARG\\s+VERSION=\"(?<currentValue>[^\"]+)\"" "ARG\\s+VERSION=\"(?<currentValue>[^\"]+)\""