Update renovate.json5

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing 2022-11-14 23:56:12 +01:00 committed by GitHub
parent 24682db968
commit 58b26448df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 15 deletions

View File

@ -103,9 +103,6 @@
"bumpVersion": "major", "bumpVersion": "major",
"labels": ["update/docker/enterprise/major"], "labels": ["update/docker/enterprise/major"],
"paths": ["charts/enterprise/"], "paths": ["charts/enterprise/"],
"schedule": [
"before 8am"
],
}, },
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
@ -116,9 +113,6 @@
"bumpVersion": "patch", "bumpVersion": "patch",
"labels": ["update/docker/enterprise/minor"], "labels": ["update/docker/enterprise/minor"],
"paths": ["charts/enterprise/"], "paths": ["charts/enterprise/"],
"schedule": [
"before 8am"
],
}, },
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
@ -131,9 +125,6 @@
"bumpVersion": "patch", "bumpVersion": "patch",
"labels": ["update/docker/enterprise/patch"], "labels": ["update/docker/enterprise/patch"],
"paths": ["charts/enterprise/"], "paths": ["charts/enterprise/"],
"schedule": [
"before 8am"
],
}, },
// //
// Tag updates for semantic tags on all but enterprise Apps // Tag updates for semantic tags on all but enterprise Apps
@ -144,9 +135,6 @@
"bumpVersion": "minor", "bumpVersion": "minor",
"labels": ["update/docker/general/major", "automerge"], "labels": ["update/docker/general/major", "automerge"],
"paths": ["charts/dependency/", "charts/SCALE/", "charts/incubator/", "charts/dev/", "charts/stable/", "templates/app/"], "paths": ["charts/dependency/", "charts/SCALE/", "charts/incubator/", "charts/dev/", "charts/stable/", "templates/app/"],
"schedule": [
"before 8am"
],
}, },
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
@ -160,9 +148,6 @@
"bumpVersion": "patch", "bumpVersion": "patch",
"labels": ["update/docker/general/non-major", "automerge"], "labels": ["update/docker/general/non-major", "automerge"],
"paths": ["charts/dependency/", "charts/SCALE/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "templates/app/"], "paths": ["charts/dependency/", "charts/SCALE/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "templates/app/"],
"schedule": [
"before 8am"
],
}, },
// //
// Tag semantic version type based on regex // Tag semantic version type based on regex