Merge pull request 'chore(config): migrate Renovate config' (#7) from renovate/migrate-config into master
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 1m18s
Docker Build and Push / test (push) Successful in 48s
Docker Build and Push / push (push) Successful in 1m4s

Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2026-06-09 14:12:50 -04:00
+3 -1
View File
@@ -4,7 +4,9 @@
{ {
"customType": "regex", "customType": "regex",
"description": "Detect s6-overlay release version in Dockerfile curl download", "description": "Detect s6-overlay release version in Dockerfile curl download",
"fileMatch": ["^Dockerfile$"], "managerFilePatterns": [
"/^Dockerfile$/"
],
"matchStrings": [ "matchStrings": [
"s6-overlay/releases/download/v(?<currentValue>[0-9.]+)/s6-overlay" "s6-overlay/releases/download/v(?<currentValue>[0-9.]+)/s6-overlay"
], ],