group renovatebot merge requests
This commit is contained in:
parent
de8d8c6b2e
commit
051af909c9
|
@ -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"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue