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", "dependencyDashboardTitle": "Renovate Dashboard",
"commitMessageSuffix": "[ci-skip]", "commitMessageSuffix": "[ci-skip]",
"commitBody": "Signed-off-by: Auricom <auricom@users.noreply.github.com>", "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"], "suppressNotifications": ["prIgnoreNotification"],
// do not rebase PRs // Do not rebase PRs
"rebaseWhen": "conflicted", "rebaseWhen": "conflicted",
"assignees": ["@auricom"], "assignees": ["@auricom"],
"helm-values": { "helm-values": {
@@ -23,7 +23,13 @@
} }
], ],
"packageRules": [ "packageRules": [
// labels // Setup datasources
{
"datasources": ["helm"],
"commitMessageTopic": "Helm chart {{depName}}",
"separateMinorPatch": true
},
// Add labels according to package and update types
{ {
"datasources": ["docker"], "datasources": ["docker"],
"updateTypes": ["major"], "updateTypes": ["major"],
@@ -54,24 +60,7 @@
"updateTypes": ["patch"], "updateTypes": ["patch"],
"labels": ["renovate/helm-release", "dependency/patch"] "labels": ["renovate/helm-release", "dependency/patch"]
}, },
// pin versions // Enable auto-merge
//{
// "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
{ {
"datasources": ["docker"], "datasources": ["docker"],
"automerge": true, "automerge": true,