Initial draft of plugin.
All checks were successful
All checks were successful
This commit is contained in:
parent
0a8cf88f53
commit
b8c4a9c224
16 changed files with 720 additions and 0 deletions
18
renovate.json
Normal file
18
renovate.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"$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/shellcheck:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)",
|
||||
"koalaman/shellcheck/releases/download/(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)",
|
||||
"shellcheck-(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)",
|
||||
"version: (?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)"
|
||||
],
|
||||
"datasourceTemplate": "github-releases",
|
||||
"packageNameTemplate": "koalaman/shellcheck"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue