fix renovaterc
This commit is contained in:
parent
19b40812a6
commit
3879167137
1 changed files with 4 additions and 10 deletions
|
@ -8,18 +8,12 @@
|
|||
"major": {
|
||||
"dependencyDashboardApproval": true
|
||||
},
|
||||
"customManagers": [
|
||||
"regexManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"matchStringsStrategy": "combination",
|
||||
"fileMatch": [
|
||||
"(^|/)srcpkgs/brave-bin/template$",
|
||||
"(^|/)srcpkgs/tidal-hifi-bin/template$",
|
||||
"(^|/)srcpkgs/ferdium/template$"
|
||||
],
|
||||
"fileMatch": ["template$"],
|
||||
"matchStrings": [
|
||||
"^pkgname=(?<depName>.*)$",
|
||||
"^version=(?<currentValue>.*)$"
|
||||
"version=(?<currentValue>.*)",
|
||||
"distfiles=\"https://github\.com/(?<depName>.*)/releases/download/v?\${version}/.*\""
|
||||
],
|
||||
"datasourceTemplate": "github-releases"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue