Update renovate.json5

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2023-04-30 10:58:34 +02:00
committed by GitHub
parent 87f0cfc89d
commit 4ddbd6fb92
+13 -13
View File
@@ -11,7 +11,7 @@
"prConcurrentLimit": 150, "prConcurrentLimit": 150,
"timezone":"Europe/Amsterdam", "timezone":"Europe/Amsterdam",
"pinDigests": true, "pinDigests": true,
"automerge": true, "automerge": false,
"gitAuthor": "TrueCharts-Admin <bot@truecharts.org>", "gitAuthor": "TrueCharts-Admin <bot@truecharts.org>",
"helm-values": { "helm-values": {
"fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"] "fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"]
@@ -32,7 +32,7 @@
"matchManagers": ["helm-values"], "matchManagers": ["helm-values"],
"enabled": true, "enabled": true,
"pinDigests": true, "pinDigests": true,
"automerge": true, "automerge": false,
"commitMessageTopic": "container image {{depName}}", "commitMessageTopic": "container image {{depName}}",
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}", "commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
"matchUpdateTypes": ["major", "minor", "patch", "digest"], "matchUpdateTypes": ["major", "minor", "patch", "digest"],
@@ -41,7 +41,7 @@
"datasources": ["docker"], "datasources": ["docker"],
"enabled": true, "enabled": true,
"pinDigests": true, "pinDigests": true,
"automerge": true, "automerge": false,
"separateMinorPatch": true, "separateMinorPatch": true,
"commitMessageTopic": "container image {{depName}}", "commitMessageTopic": "container image {{depName}}",
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}", "commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
@@ -50,7 +50,7 @@
{ {
"matchManagers": ["github-actions"], "matchManagers": ["github-actions"],
"excludePackageNames": ["stefanzweifel/git-auto-commit-action"], "excludePackageNames": ["stefanzweifel/git-auto-commit-action"],
"automerge": false, "automerge": true,
}, },
// //
// helm deps // helm deps
@@ -66,13 +66,13 @@
}, },
{ {
"matchDatasources": ["helm"], "matchDatasources": ["helm"],
"automerge": true, "automerge": false,
"matchUpdateTypes": [ "matchUpdateTypes": [
"minor", "minor",
"patch" "patch"
], ],
"bumpVersion": "patch", "bumpVersion": "patch",
"labels": ["update/helm/dependency/non-major"], "labels": ["update/helm/dependency/non-major", "automerge"],
"matchPaths": ["charts/dependency/**"], "matchPaths": ["charts/dependency/**"],
"groupName": "helm dependency non-major", "groupName": "helm dependency non-major",
}, },
@@ -93,14 +93,14 @@
}, },
{ {
"matchDatasources": ["helm"], "matchDatasources": ["helm"],
"automerge": true, "automerge": false,
"matchUpdateTypes": [ "matchUpdateTypes": [
"minor", "minor",
"patch" "patch"
], ],
"enabled": true, "enabled": true,
"bumpVersion": "patch", "bumpVersion": "patch",
"labels": ["update/helm/general/non-major"], "labels": ["update/helm/general/non-major", "automerge"],
"groupName": "helm general non-major", "groupName": "helm general non-major",
"matchPaths": ["charts/enterprise/**"], "matchPaths": ["charts/enterprise/**"],
"schedule": [ "schedule": [
@@ -124,14 +124,14 @@
}, },
{ {
"matchDatasources": ["helm"], "matchDatasources": ["helm"],
"automerge": true, "automerge": false,
"enabled": true, "enabled": true,
"matchUpdateTypes": [ "matchUpdateTypes": [
"minor", "minor",
"patch" "patch"
], ],
"bumpVersion": "patch", "bumpVersion": "patch",
"labels": ["update/helm/general/non-major"], "labels": ["update/helm/general/non-major", "automerge"],
"groupName": "helm general non-major", "groupName": "helm general non-major",
"matchPaths": ["charts/incubator/**", "charts/SCALE/**", "charts/dev/**", "charts/stable/**", "templates/app/**"], "matchPaths": ["charts/incubator/**", "charts/SCALE/**", "charts/dev/**", "charts/stable/**", "templates/app/**"],
"schedule": [ "schedule": [
@@ -162,7 +162,7 @@
}, },
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"automerge": true, "automerge": false,
"matchUpdateTypes": [ "matchUpdateTypes": [
"patch", "patch",
"digest", "digest",
@@ -170,7 +170,7 @@
], ],
"bumpVersion": "patch", "bumpVersion": "patch",
"enabled": true, "enabled": true,
"labels": ["update/docker/enterprise/patch"], "labels": ["update/docker/enterprise/patch", "automerge"],
"matchPaths": ["charts/enterprise/**"], "matchPaths": ["charts/enterprise/**"],
}, },
// //
@@ -186,7 +186,7 @@
}, },
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"automerge": true, "automerge": false,
"matchUpdateTypes": [ "matchUpdateTypes": [
"minor", "minor",
"patch", "patch",