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

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