16 lines
515 B
JSON
16 lines
515 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["local>infrastructure/renovate-config", ":reviewer(stephan.schnabel)"],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"managerFilePatterns": [".woodpecker/build.yaml"],
|
|
"matchStrings": [
|
|
"kokuwaio/renovate-config-validator:(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)",
|
|
"version: (?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)"
|
|
],
|
|
"datasourceTemplate": "docker",
|
|
"packageNameTemplate": "renovate/renovate"
|
|
}
|
|
]
|
|
}
|