Add renovate action
This commit is contained in:
parent
db96913779
commit
2a18eec93c
3 changed files with 51 additions and 1 deletions
16
.github/renovate.json
vendored
Normal file
16
.github/renovate.json
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"onboarding": false,
|
||||
"requireConfig": "optional",
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": [
|
||||
"/(^|/)template$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"version=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)"
|
||||
],
|
||||
"extractVersionTemplate": "^v?(?<version>.*)$"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue