TrueChartsClone/.github/renovate.json5

189 lines
5.5 KiB
Plaintext
Raw Normal View History

2021-02-04 14:44:51 -05:00
{
"enabled": true,
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard",
"assigneesFromCodeOwners": true,
"reviewersFromCodeOwners": true,
"suppressNotifications": ["prIgnoreNotification"],
"rebaseWhen": "auto",
"prConcurrentLimit": 7,
"pinDigests": true,
2021-12-11 07:38:52 -05:00
"timezone":"Europe/Amsterdam",
"gitAuthor": "bot@truecharts.org",
2021-02-04 14:44:51 -05:00
"helm-values": {
2021-05-23 15:20:42 -04:00
"fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"]
2021-02-04 14:44:51 -05:00
},
"helmv3": {
2021-05-23 15:20:42 -04:00
"fileMatch": ["charts/.+/Chart\\.yaml$"]
2021-02-04 14:44:51 -05:00
},
"packageRules": [
// Setup datasources for dep updates
2021-02-04 14:44:51 -05:00
{
"datasources": ["helm"],
2021-05-23 18:08:22 -04:00
"matchManagers": ["helmv3"],
2021-09-04 05:58:45 -04:00
"commitMessageTopic": "Helm chart {{depName}}"
2021-02-04 14:44:51 -05:00
},
2021-05-23 18:08:22 -04:00
// global docker datasource settings
{
"datasources": ["docker"],
"matchManagers": ["helm-values"],
"enabled": true,
2021-09-11 06:19:33 -04:00
"pinDigests": true,
2021-05-23 18:08:22 -04:00
"commitMessageTopic": "container image {{depName}}",
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
2021-12-11 07:36:53 -05:00
"matchUpdateTypes": ["major", "minor", "patch", "digest"],
2021-05-23 18:08:22 -04:00
},
2021-02-04 14:44:51 -05:00
//
2021-08-31 08:43:47 -04:00
// helm deps
2021-02-04 14:44:51 -05:00
//
{
2021-05-23 18:08:22 -04:00
"matchDatasources": ["helm"],
2021-02-04 14:44:51 -05:00
"updateTypes": ["major"],
2021-12-08 10:01:12 -05:00
"automerge": false,
2021-02-04 14:44:51 -05:00
"bumpVersion": "major",
2021-12-11 08:48:08 -05:00
"labels": ["update/helm/dependency/major"],
"groupName": ["helm dependency major"],
2021-12-08 10:13:22 -05:00
"paths": ["charts/dependency/"],
2021-12-11 07:36:53 -05:00
"schedule": [
"after 3am and before 4am on tuesday"
],
},
{
"matchDatasources": ["helm"],
"automerge": true,
"matchUpdateTypes": [
"minor",
"patch"
],
"bumpVersion": "patch",
2021-12-11 08:48:08 -05:00
"labels": ["update/helm/dependency/non-major"],
2021-12-08 10:13:22 -05:00
"paths": ["charts/dependency/"],
2021-12-11 07:36:53 -05:00
"schedule": [
"after 3am and before 4am on tuesday"
],
2021-12-11 08:48:08 -05:00
"groupName": "helm dependency non-major",
},
//
// helm charts
//
{
"matchDatasources": ["helm"],
"updateTypes": ["major"],
"bumpVersion": "major",
2021-12-11 08:48:08 -05:00
"labels": ["update/helm/general/major"],
"groupName": ["helm general major"],
2021-12-11 07:36:53 -05:00
"paths": ["charts/incubator/", "charts/dev/", "charts/enterprise/", "charts/stable/", "charts/core/", "templates/app/"],
2021-02-04 14:44:51 -05:00
"schedule": [
"after 3pm and before 4pm on tuesday"
],
2021-02-04 14:44:51 -05:00
},
{
2021-05-23 18:08:22 -04:00
"matchDatasources": ["helm"],
2021-12-11 07:36:53 -05:00
"automerge": true,
2021-09-04 05:55:21 -04:00
"matchUpdateTypes": [
"minor",
"patch"
],
2021-02-04 14:44:51 -05:00
"bumpVersion": "patch",
2021-12-11 08:48:08 -05:00
"labels": ["update/helm/general/non-major"],
"groupName": "helm general non-major",
2021-12-11 07:36:53 -05:00
"paths": ["charts/incubator/", "charts/dev/", "charts/enterprise/", "charts/stable/", "charts/core/", "templates/app/"],
2021-05-24 07:26:49 -04:00
"schedule": [
"after 3pm and before 4pm on tuesday"
],
2021-09-04 05:47:23 -04:00
},
//
2021-12-11 07:36:53 -05:00
// Tag updates for semantic tags on enterprise Apps
//
{
2021-05-23 18:08:22 -04:00
"matchDatasources": ["docker"],
"updateTypes": ["major"],
2022-02-04 03:36:22 -05:00
"bumpVersion": "minor",
2021-12-11 08:48:08 -05:00
"labels": ["update/docker/enterprise/major"],
2021-12-11 07:36:53 -05:00
"paths": ["charts/enterprise/"],
2021-05-24 07:26:49 -04:00
"schedule": [
"after 1am and before 2am on monday"
],
},
{
2021-05-23 18:08:22 -04:00
"matchDatasources": ["docker"],
2021-09-07 04:05:22 -04:00
"automerge": false,
2021-12-11 07:36:53 -05:00
"matchUpdateTypes": [
"minor",
],
"bumpVersion": "patch",
2021-12-11 08:48:08 -05:00
"labels": ["update/docker/enterprise/minor"],
"groupName": ["docker enterprise minor"],
2021-12-11 07:36:53 -05:00
"paths": ["charts/enterprise/"],
"schedule": [
"after 1am and before 2am on monday"
],
2021-12-11 07:36:53 -05:00
},
{
"matchDatasources": ["docker"],
"automerge": true,
"matchUpdateTypes": [
"patch",
"digest",
"pin",
],
"bumpVersion": "patch",
2021-12-11 08:48:08 -05:00
"labels": ["update/docker/enterprise/patch"],
"groupName": ["docker enterprise patch"],
2021-12-11 07:36:53 -05:00
"paths": ["charts/enterprise/"],
"schedule": [
"after 1am and before 2am on monday"
],
2021-12-11 07:36:53 -05:00
},
//
// Tag updates for semantic tags on all but enterprise Apps
//
{
"matchDatasources": ["docker"],
"updateTypes": ["major"],
2022-02-04 03:36:22 -05:00
"bumpVersion": "minor",
2021-12-11 08:48:08 -05:00
"labels": ["update/docker/general/major"],
"paths": ["charts/dependency/", "charts/games/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"],
2021-12-11 07:36:53 -05:00
"schedule": [
"after 1am and before 2am on monday"
],
2021-12-11 07:41:04 -05:00
},
2021-12-11 07:36:53 -05:00
{
"matchDatasources": ["docker"],
"automerge": true,
"matchUpdateTypes": [
"minor",
"patch",
2021-12-11 07:36:53 -05:00
"digest",
"pin",
],
"bumpVersion": "patch",
2021-12-11 08:48:08 -05:00
"labels": ["update/docker/general/non-major"],
"groupName": ["docker general non-major"],
"paths": ["charts/dependency/", "charts/games/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"],
2021-05-24 07:26:49 -04:00
"schedule": [
2021-12-11 07:36:53 -05:00
"after 1am and before 2am on monday"
],
},
//
2021-05-23 18:31:16 -04:00
// Version strategies
//
2021-05-23 18:31:16 -04:00
// Versioning for linuxserver two-three digit container versions
{
"packagePatterns": ["^linuxserver\\/","^deepquestai\\/"],
"versionScheme": "regex:^(?<compatibility>.*?(\\d+\\.)??)(?<major>\\d+)\\.(?<minor>\\d+)\\.?(?<patch>\\d+)?(-r?p?\\d)?$"
},
2021-05-23 18:31:16 -04:00
// Versioning for slightly problematic container versions
{
"matchDatasources": ["docker"],
"versioning": "loose",
"matchPackageNames": [
2021-06-30 03:42:39 -04:00
"ghcr.io/k8s-at-home/plex",
"ghcr.io/linuxserver/calibre",
2021-06-30 03:42:39 -04:00
"ghcr.io/k8s-at-home/qbittorrent",
2021-09-07 03:28:28 -04:00
"sirfragalot/hyperion.ng",
],
},
2021-02-04 14:44:51 -05:00
]
}