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

This commit is contained in:
2026-06-10 22:57:57 +00:00
parent a1830125c1
commit 5038efb420
+3 -1
View File
@@ -4,7 +4,9 @@
{
"customType": "regex",
"description": "Detect ARG VERSION pin for jcabillot/phpapache base image",
"fileMatch": ["^Dockerfile$"],
"managerFilePatterns": [
"/^Dockerfile$/"
],
"matchStrings": [
"ARG\\s+VERSION=\"(?<currentValue>[^\"]+)\""
],