2 Commits
Author SHA1 Message Date
opencodecabilloteu 3bb1803ffa Merge pull request 'Migrate Renovate config' (#6) from renovate/migrate-config into master
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 1m1s
Docker Build and Push / test (push) Successful in 27s
Docker Build and Push / push (push) Successful in 44s
Reviewed-on: #6
2026-06-10 12:46:12 -04:00
renovate c89a1ff2e7 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
2026-06-09 17:54:31 +00:00
+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>[^\"]+)\""