16 lines
380 B
JSON
16 lines
380 B
JSON
{
|
|
"onboarding": false,
|
|
"requireConfig": "optional",
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"managerFilePatterns": [
|
|
"/(^|/)template$/"
|
|
],
|
|
"matchStrings": [
|
|
"version=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)"
|
|
],
|
|
"extractVersionTemplate": "^v?(?<version>.*)$"
|
|
}
|
|
]
|
|
}
|