Migrate config renovate.json
Docker Build and Push / build (pull_request) Successful in 58s
Docker Build and Push / lint (pull_request) Failing after 13m3s
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 17:54:31 +00:00
parent ea0a0e4337
commit c89a1ff2e7
+2 -2
View File
@@ -4,8 +4,8 @@
{
"customType": "regex",
"description": "Detect ARG VERSION pin for jcabillot/phpapache base image",
"fileMatch": [
"^Dockerfile$"
"managerFilePatterns": [
"/^Dockerfile$/"
],
"matchStrings": [
"ARG\\s+VERSION=\"(?<currentValue>[^\"]+)\""