fix renovaterc
ci/woodpecker/cron/renovate Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-01-10 17:52:27 +01:00
parent e9da81f51e
commit 68290bcfad
1 changed files with 17 additions and 4 deletions

View File

@ -8,14 +8,27 @@
"major": {
"dependencyDashboardApproval": true
},
"regexManagers": [
"customDatasources": {
"github-releases-latest": {
"defaultRegistryUrlTemplate": "https://api.github.com/repos/{{packageName}}/releases/latest",
"transformTemplates": [
"{\"releases\":[{\"version\": $string(tag_name)}]}"
]
}
},
"customManagers": [
{
"fileMatch": ["template$"],
"customType": "regex",
"fileMatch": [
"template$"
],
"matchStringsStrategy": "combination",
"matchStrings": [
"version=(?<currentValue>.*)",
"distfiles=\"https://github\.com/(?<depName>.*)/releases/download/v?\${version}/.*\""
"distfiles=\"https://github\\.com/(?<depName>.*)/releases/download/v?\\${version}/.*\""
],
"datasourceTemplate": "github-releases"
"extractVersionTemplate": "^v?(?<version>.*)$",
"datasourceTemplate": "custom.github-releases-latest"
}
],
"enabledManagers": [