Initial draft of plugin.
All checks were successful
All checks were successful
This commit is contained in:
parent
0511d55c7d
commit
7c735d4874
16 changed files with 717 additions and 0 deletions
17
renovate.json
Normal file
17
renovate.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue