Initial draft of plugin.
All checks were successful
All checks were successful
This commit is contained in:
parent
acb6987200
commit
33b70ed5ae
16 changed files with 686 additions and 0 deletions
24
renovate.json
Normal file
24
renovate.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["local>infrastructure/renovate-config", ":reviewer(stephan.schnabel)"] ,
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Renovate should only update its major version because of pull policy Always.",
|
||||
"matchPackageNames": ["docker.io/renovate/renovate"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
}
|
||||
],
|
||||
"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