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 1m8s
Docker Build and Push / test (pull_request) Successful in 36s
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
2026-06-09 18:04:11 +00:00
parent b7ac8e52e4
commit c9fc622b69
+3 -1
View File
@@ -4,7 +4,9 @@
{
"customType": "regex",
"description": "Detect s6-overlay release version in Dockerfile curl download",
"fileMatch": ["^Dockerfile$"],
"managerFilePatterns": [
"/^Dockerfile$/"
],
"matchStrings": [
"s6-overlay/releases/download/v(?<currentValue>[0-9.]+)/s6-overlay"
],