mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix renovate configuration
This commit is contained in:
33
.github/renovate.json5
vendored
33
.github/renovate.json5
vendored
@@ -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 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user