Files
renovate c9fc622b69
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
chore(config): migrate config renovate.json
2026-06-09 18:04:11 +00:00

18 lines
498 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"description": "Detect s6-overlay release version in Dockerfile curl download",
"managerFilePatterns": [
"/^Dockerfile$/"
],
"matchStrings": [
"s6-overlay/releases/download/v(?<currentValue>[0-9.]+)/s6-overlay"
],
"depNameTemplate": "just-containers/s6-overlay",
"datasourceTemplate": "github-releases"
}
]
}