From cf016f20c48e3a0ed239188775bf5ad22085882d Mon Sep 17 00:00:00 2001 From: auricom Date: Fri, 18 Dec 2020 10:41:11 +0100 Subject: [PATCH] fix renovate configuration --- .github/renovate.json5 | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ba69e9d33..f033d9e0e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -5,9 +5,9 @@ "dependencyDashboardTitle": "Renovate Dashboard", "commitMessageSuffix": "[ci-skip]", "commitBody": "Signed-off-by: Auricom ", - // 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 @@ ] } ] -} \ No newline at end of file +}