group renovatebot merge requests

This commit is contained in:
Luca Bilke 2024-04-05 23:33:46 +02:00
parent de8d8c6b2e
commit 051af909c9
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 28 additions and 36 deletions

View File

@ -1,38 +1,30 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":dependencyDashboard"
],
"automerge": true,
"major": {
"dependencyDashboardApproval": true
},
"customDatasources": {
"github-releases-latest": {
"defaultRegistryUrlTemplate": "https://api.github.com/repos/{{packageName}}/releases/latest",
"transformTemplates": [
"{\"releases\":[{\"version\": $string(tag_name)}]}"
]
}
},
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"template$"
],
"matchStringsStrategy": "combination",
"matchStrings": [
"version=(?<currentValue>.*)",
"distfiles=\"https://github\\.com/(?<depName>.*)/releases/download/v?\\${version}/.*\""
],
"extractVersionTemplate": "^v?(?<version>.*)$",
"datasourceTemplate": "custom.github-releases-latest"
}
],
"enabledManagers": [
"custom.regex",
"github-actions"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":dependencyDashboard", "group:all"],
"automerge": true,
"major": {
"dependencyDashboardApproval": true
},
"customDatasources": {
"github-releases-latest": {
"defaultRegistryUrlTemplate": "https://api.github.com/repos/{{packageName}}/releases/latest",
"transformTemplates": [
"{\"releases\":[{\"version\": $string(tag_name)}]}"
]
}
},
"customManagers": [
{
"customType": "regex",
"fileMatch": ["template$"],
"matchStringsStrategy": "combination",
"matchStrings": [
"version=(?<currentValue>.*)",
"distfiles=\"https://github\\.com/(?<depName>.*)/releases/download/v?\\${version}/.*\""
],
"extractVersionTemplate": "^v?(?<version>.*)$",
"datasourceTemplate": "custom.github-releases-latest"
}
],
"enabledManagers": ["custom.regex", "github-actions"]
}