fix renovate configuration

This commit is contained in:
auricom
2020-12-18 10:41:11 +01:00
parent 2a2b12ed6e
commit cf016f20c4

View File

@@ -5,9 +5,9 @@
"dependencyDashboardTitle": "Renovate Dashboard",
"commitMessageSuffix": "[ci-skip]",
"commitBody": "Signed-off-by: Auricom <auricom@users.noreply.github.com>",
// do not notify on closed, unmerged PRs
// Do not notify on closed unmerged PRs
"suppressNotifications": ["prIgnoreNotification"],
// do not rebase PRs
// Do not rebase PRs
"rebaseWhen": "conflicted",
"assignees": ["@auricom"],
"helm-values": {
@@ -23,7 +23,13 @@
}
],
"packageRules": [
// labels
// Setup datasources
{
"datasources": ["helm"],
"commitMessageTopic": "Helm chart {{depName}}",
"separateMinorPatch": true
},
// Add labels according to package and update types
{
"datasources": ["docker"],
"updateTypes": ["major"],
@@ -54,24 +60,7 @@
"updateTypes": ["patch"],
"labels": ["renovate/helm-release", "dependency/patch"]
},
// pin versions
//{
// "datasources": ["docker"],
// "allowedVersions": "<4.3.0",
// "packageNames": ["k8sathome/qbittorrent"]
//},
// versioning
// {
// "datasources": ["docker"],
// "versioning": "nuget",
// "packageNames": [
// "k8sathome/radarr",
// "k8sathome/sonarr",
// "k8sathome/lidarr",
// "k8sathome/bazarr"
// ]
// },
// auto-updates
// Enable auto-merge
{
"datasources": ["docker"],
"automerge": true,
@@ -82,4 +71,4 @@
]
}
]
}
}