Merge pull request 'chore: improve renovate dependency detection' (#5) from chore/renovate into master
Docker Build and Push / lint (push) Successful in 8s
Docker Build and Push / build (push) Successful in 58s
Docker Build and Push / test (push) Successful in 30s
Docker Build and Push / push (push) Successful in 1m4s

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-06-09 13:57:41 -04:00
+15
View File
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"description": "Detect s6-overlay release version in Dockerfile curl download",
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"s6-overlay/releases/download/v(?<currentValue>[0-9.]+)/s6-overlay"
],
"depNameTemplate": "just-containers/s6-overlay",
"datasourceTemplate": "github-releases"
}
]
}