chore(config): migrate config renovate.json
Docker Build and Push / lint (pull_request) Successful in 9s
Docker Build and Push / build (pull_request) Successful in 53s
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-09 15:45:53 +00:00
parent 72bbcac992
commit eeed442ef9
+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>[^\"]+)\""