You've already forked renovate-config
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"datasourceTemplate": "github-releases",
|
|
"fileMatch": [
|
|
".vscode/settings\\.json$"
|
|
],
|
|
"matchStrings": [
|
|
"https:\\/\\/raw\\.githubusercontent\\.com\\/(?<depName>[^\\s]+?)\\/(?<currentValue>v[0-9.]+?)\\/schema\\/helm-testsuite\\.json"
|
|
]
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"addLabels": [
|
|
"renovate/automerge",
|
|
"renovate/helm"
|
|
],
|
|
"automerge": true,
|
|
"enabled": true,
|
|
"matchManagers": [
|
|
"helm"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
]
|
|
},
|
|
{
|
|
"addLabels": [
|
|
"renovate/automerge",
|
|
"renovate/helm"
|
|
],
|
|
"automerge": true,
|
|
"enabled": true,
|
|
"matchDatasources": [
|
|
"github-tags",
|
|
"github-releases"
|
|
],
|
|
"matchPackageNames": [
|
|
"helm/helm"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
]
|
|
},
|
|
{
|
|
"automerge": true,
|
|
"groupName": "Update helm plugin 'unittest'",
|
|
"matchPackageNames": [
|
|
"helm-unittest/helm-unittest"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
]
|
|
}
|
|
]
|
|
} |