TrueChartsClone/.github/renovate.json5

182 lines
5.5 KiB
Plaintext
Raw Normal View History

2021-02-04 19:44:51 +00:00
{
"enabled": true,
2022-06-15 11:34:55 +00:00
"extends": ["helpers:pinGitHubActionDigests"],
2021-02-04 19:44:51 +00:00
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard",
"assigneesFromCodeOwners": true,
"reviewersFromCodeOwners": true,
"suppressNotifications": ["prIgnoreNotification"],
2022-03-22 20:42:52 +00:00
"rebaseWhen": "conflicted",
"prConcurrentLimit": 25,
"pinDigests": true,
2021-12-11 12:38:52 +00:00
"timezone":"Europe/Amsterdam",
2022-08-08 20:44:37 +00:00
"gitAuthor": "TrueCharts-Admin <bot@truecharts.org>",
2021-02-04 19:44:51 +00:00
"helm-values": {
2021-05-23 19:20:42 +00:00
"fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"]
2021-02-04 19:44:51 +00:00
},
"helmv3": {
2021-05-23 19:20:42 +00:00
"fileMatch": ["charts/.+/Chart\\.yaml$"]
2021-02-04 19:44:51 +00:00
},
"packageRules": [
// Setup datasources for dep updates
2021-02-04 19:44:51 +00:00
{
"datasources": ["helm"],
2021-05-23 22:08:22 +00:00
"matchManagers": ["helmv3"],
2021-09-04 09:58:45 +00:00
"commitMessageTopic": "Helm chart {{depName}}"
2021-02-04 19:44:51 +00:00
},
2021-05-23 22:08:22 +00:00
// global docker datasource settings
{
"datasources": ["docker"],
"matchManagers": ["helm-values"],
"enabled": true,
2021-09-11 10:19:33 +00:00
"pinDigests": true,
"automerge": true,
2021-05-23 22:08:22 +00:00
"commitMessageTopic": "container image {{depName}}",
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
2021-12-11 12:36:53 +00:00
"matchUpdateTypes": ["major", "minor", "patch", "digest"],
2021-05-23 22:08:22 +00:00
},
2022-06-15 08:36:01 +00:00
// Setup datasources for github actions
{
"matchManagers": ["github-actions"],
"excludePackageNames": ["stefanzweifel/git-auto-commit-action"],
"automerge": false,
},
2021-02-04 19:44:51 +00:00
//
2021-08-31 12:43:47 +00:00
// helm deps
2021-02-04 19:44:51 +00:00
//
{
2021-05-23 22:08:22 +00:00
"matchDatasources": ["helm"],
2021-02-04 19:44:51 +00:00
"updateTypes": ["major"],
2021-12-08 15:01:12 +00:00
"automerge": false,
2021-02-04 19:44:51 +00:00
"bumpVersion": "major",
2021-12-11 13:48:08 +00:00
"labels": ["update/helm/dependency/major"],
"groupName": ["helm dependency major"],
2022-12-18 11:49:51 +00:00
"matchPaths": ["charts/dependency/**"],
},
{
"matchDatasources": ["helm"],
"automerge": true,
"matchUpdateTypes": [
"minor",
"patch"
],
"bumpVersion": "patch",
2021-12-11 13:48:08 +00:00
"labels": ["update/helm/dependency/non-major"],
2022-12-18 11:49:51 +00:00
"matchPaths": ["charts/dependency/**"],
2021-12-11 13:48:08 +00:00
"groupName": "helm dependency non-major",
},
//
// helm charts
//
{
"matchDatasources": ["helm"],
"updateTypes": ["major"],
"bumpVersion": "major",
2021-12-11 13:48:08 +00:00
"labels": ["update/helm/general/major"],
"groupName": ["helm general major"],
2022-12-18 11:49:51 +00:00
"matchPaths": ["charts/incubator/**", "charts/SCALE/**", "charts/dev/**", "charts/enterprise/**", "charts/stable/**", "templates/app/**"],
2021-02-04 19:44:51 +00:00
"schedule": [
2022-05-11 09:14:34 +00:00
"before 10pm on tuesday"
],
2021-02-04 19:44:51 +00:00
},
{
2021-05-23 22:08:22 +00:00
"matchDatasources": ["helm"],
2021-12-11 12:36:53 +00:00
"automerge": true,
2021-09-04 09:55:21 +00:00
"matchUpdateTypes": [
"minor",
"patch"
],
2021-02-04 19:44:51 +00:00
"bumpVersion": "patch",
2021-12-11 13:48:08 +00:00
"labels": ["update/helm/general/non-major"],
"groupName": "helm general non-major",
2022-12-18 11:49:51 +00:00
"matchPaths": ["charts/incubator/**", "charts/SCALE/**", "charts/dev/**", "charts/enterprise/**", "charts/stable/**", "templates/app/**"],
2021-05-24 11:26:49 +00:00
"schedule": [
2022-05-11 09:14:34 +00:00
"before 10pm on tuesday"
],
2021-09-04 09:47:23 +00:00
},
//
2021-12-11 12:36:53 +00:00
// Tag updates for semantic tags on enterprise Apps
//
{
2021-05-23 22:08:22 +00:00
"matchDatasources": ["docker"],
"updateTypes": ["major"],
"bumpVersion": "major",
2021-12-11 13:48:08 +00:00
"labels": ["update/docker/enterprise/major"],
2022-12-18 11:49:51 +00:00
"matchPaths": ["charts/enterprise/**"],
},
{
2021-05-23 22:08:22 +00:00
"matchDatasources": ["docker"],
"automerge": true,
2021-12-11 12:36:53 +00:00
"matchUpdateTypes": [
"minor",
],
"bumpVersion": "patch",
2021-12-11 13:48:08 +00:00
"labels": ["update/docker/enterprise/minor"],
2022-12-18 11:49:51 +00:00
"matchPaths": ["charts/enterprise/**"],
2021-12-11 12:36:53 +00:00
},
{
"matchDatasources": ["docker"],
"automerge": true,
"matchUpdateTypes": [
"patch",
"digest",
"pin",
],
"bumpVersion": "patch",
2021-12-11 13:48:08 +00:00
"labels": ["update/docker/enterprise/patch"],
2022-12-18 11:49:51 +00:00
"matchPaths": ["charts/enterprise/**"],
2021-12-11 12:36:53 +00:00
},
//
// Tag updates for semantic tags on all but enterprise Apps
//
{
"matchDatasources": ["docker"],
"updateTypes": ["major"],
2022-02-04 08:36:22 +00:00
"bumpVersion": "minor",
"labels": ["update/docker/general/major", "automerge"],
2022-12-18 11:49:51 +00:00
"matchPaths": ["charts/dependency/**", "charts/SCALE/**", "charts/incubator/**", "charts/dev/**", "charts/stable/**", "templates/app/**"],
2021-12-11 12:41:04 +00:00
},
2021-12-11 12:36:53 +00:00
{
"matchDatasources": ["docker"],
"automerge": true,
"matchUpdateTypes": [
"minor",
"patch",
2021-12-11 12:36:53 +00:00
"digest",
"pin",
],
"bumpVersion": "patch",
"labels": ["update/docker/general/non-major", "automerge"],
2022-12-18 11:49:51 +00:00
"matchPaths": ["charts/dependency/**", "charts/SCALE/**", "charts/incubator/**", "charts/dev/**", "charts/library/**", "charts/stable/**", "templates/app/**"],
},
//
// Tag semantic version type based on regex
//
{
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>14)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
"matchPackageNames": ["tccr.io/truecharts/postgresql"],
},
{
"matchDatasources": ["docker"],
"versioning": "regex:^v(?<major>\\d{2})(?<minor>\\d{2})(?<patch>\\d{2})$",
"matchPackageNames": ["tccr.io/truecharts/photoprism"],
},
{
"matchDatasources": ["docker"],
"versioning": "regex:^v(?<major>\\d{4})-(?<minor>\\d{2})$",
"matchPackageNames": ["tccr.io/truecharts/rss-bridge"],
},
{
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d{1})(?<minor>\\d{1})(?<patch>\\d{2})$",
2022-12-17 07:58:52 +00:00
"matchPackagePrefixes": ["tccr.io/truecharts/jitsi"],
},
{
"matchDatasources": ["docker"],
2022-12-16 11:26:46 +00:00
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)_\\d+$",
2022-12-17 07:58:52 +00:00
"matchPackagePrefixes": ["tccr.io/truecharts/immich"],
}
2021-02-04 19:44:51 +00:00
]
}