Initial draft of plugin.
Some checks failed
Some checks failed
This commit is contained in:
parent
acb6987200
commit
64ae362898
16 changed files with 678 additions and 0 deletions
16
renovate.json
Normal file
16
renovate.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"$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": "docker.io/renovate/renovate"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue