yamllint/renovate.json
Stephan Schnabel bc5b8bac9d
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
chore: fix renovate preset location
2025-06-27 11:35:16 +02:00

17 lines
580 B
JSON

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