Migrate config renovate.json
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (pull_request) Failing after 10m31s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
2026-06-09 18:03:07 +00:00
parent 6ab4850645
commit bbe80cef3f
+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>[^\"]+)\""