fix renovaterc

This commit is contained in:
Luca Bilke 2024-01-10 13:10:14 +01:00
parent 19b40812a6
commit 3879167137

View file

@ -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"
}