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",
|
"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,
|
||||||
@@ -82,4 +71,4 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user