From 1fd6124ea2aff793e03d8dc6d262245968328816 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 2 Jul 2023 07:51:51 +0000 Subject: [PATCH 1/3] Add renovate.json --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..7190a60 --- /dev/null +++ b/renovate.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +} -- 2.45.2 From 92dc07ed3a2ff946e90168eebc0952ea4c86121b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 2 Jul 2023 11:45:53 +0000 Subject: [PATCH 2/3] Update Helm release mariadb to v12 --- charts/stable/romm/Chart.lock | 6 +++--- charts/stable/romm/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/romm/Chart.lock b/charts/stable/romm/Chart.lock index 77ac677..44955d8 100644 --- a/charts/stable/romm/Chart.lock +++ b/charts/stable/romm/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 11.0.14 -digest: sha256:ecbf12680948a285c2fa529ab2096ee8f46d056382cecc16db4b469ed8b17216 -generated: "2023-06-25T19:08:44.147546695Z" + version: 12.2.5 +digest: sha256:c4f3a00e5c573be0ffdcc996e137f7d75ff44eafa0d79d5b257046ff7ab3ab90 +generated: "2023-07-02T11:45:49.003932678Z" diff --git a/charts/stable/romm/Chart.yaml b/charts/stable/romm/Chart.yaml index c07c80b..2703be0 100644 --- a/charts/stable/romm/Chart.yaml +++ b/charts/stable/romm/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://hub.docker.com/r/zurdi15/romm dependencies: - name: mariadb - version: 11.0.14 + version: 12.2.5 repository: https://charts.bitnami.com/bitnami condition: mariadb.enabled # Who's looking after this Chart? -- 2.45.2 From fad191a56244d800127cc791143e8ddbad692871 Mon Sep 17 00:00:00 2001 From: alice Date: Sun, 2 Jul 2023 13:17:21 +0000 Subject: [PATCH 3/3] Update 'renovate.json' --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..bf6a651 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,6 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "reviewers": ["alice","cooper"], + "assignees": ["alice","cooper"], + "dependencyDashboard": "true" } -- 2.45.2