hadolint/renovate.json
Stephan Schnabel 7c735d4874
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
Initial draft of plugin.
2025-06-17 20:06:41 +02:00

17 lines
609 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>infrastructure/renovate-config", ":reviewer(stephan.schnabel)"],
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": ["Dockerfile", ".woodpecker/build.yaml"],
"matchStrings": [
"kokuwaio/hadolint:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)",
"hadolint/hadolint/releases/download/(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)",
"version: (?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)"
],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "hadolint/hadolint"
}
]
}