chore(config): migrate config renovate.json
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Successful in 1m2s
Docker Build and Push / test (pull_request) Successful in 28s
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
2026-06-09 15:30:55 +00:00
parent efa697d122
commit 20d77d22de
+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>[^\"]+)\""