dockerhub-metadata/renovate.json
Stephan Schnabel 29bd3aa4d7
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
ci/woodpecker/push/dockerhub Pipeline was successful
Initial draft of plugin.
2025-06-17 15:27:48 +02:00

20 lines
942 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>infrastructure/renovate-config", ":reviewer(stephan.schnabel)"] ,
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": ["Dockerfile"],
"matchStrings": ["github.com/jqlang/jq/releases/download/(?<currentValue>jq-[0-9]+\\.[0-9]+\\.[0-9]+)/jq-linux-\\$SUFFIX"],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "jqlang/jq",
"versioningTemplate": "regex:^jq-?(?<major>[0-9]+)\\.(?<minor>[0-9]+)\\.(?<patch>[0-9]+)?$"
},{
"customType": "regex",
"managerFilePatterns": ["Dockerfile"],
"matchStrings": ["github.com/stunnel/static-curl/releases/download/(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)/curl-linux-\\$SUFFIX-glibc", "glibc-(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+).tar.xz"],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "stunnel/static-curl"
}
]
}