diff --git a/Chart.lock b/Chart.lock index b86af4f..e1cdf45 100644 --- a/Chart.lock +++ b/Chart.lock @@ -1,15 +1,15 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.5.27 + version: 15.5.29 - name: postgresql-ha repository: oci://registry-1.docker.io/bitnamicharts - version: 14.2.21 + version: 14.2.26 - name: redis-cluster repository: oci://registry-1.docker.io/bitnamicharts version: 11.0.3 - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 20.0.3 -digest: sha256:4f64d74bcb3d05446e9a678f88d9187e3017652276255204a15de037fa6a9dbf -generated: "2024-09-04T00:01:15.579688274Z" + version: 20.1.0 +digest: sha256:e3ae7447ac05b52920a59d40cd8a024aa1e076abb8d728b354805d85bd6d0364 +generated: "2024-09-11T00:02:11.404670809Z" diff --git a/Chart.yaml b/Chart.yaml index 6b3e4ab..c64c0d2 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,7 +3,7 @@ name: forgejo description: Forgejo Helm chart for Kubernetes type: application version: 0.0.0 -appVersion: 8.0.2 +appVersion: 8.0.3 icon: https://code.forgejo.org/forgejo/forgejo/raw/branch/forgejo/assets/logo.svg home: https://forgejo.org/ @@ -29,12 +29,12 @@ dependencies: # https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.5.27 + version: 15.5.29 condition: postgresql.enabled # https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml - name: postgresql-ha repository: oci://registry-1.docker.io/bitnamicharts - version: 14.2.21 + version: 14.2.26 condition: postgresql-ha.enabled # https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml - name: redis-cluster @@ -44,5 +44,5 @@ dependencies: # https://github.com/bitnami/charts/blob/main/bitnami/redis/Chart.yaml - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 20.0.3 + version: 20.1.0 condition: redis.enabled diff --git a/package.json b/package.json index a16fb0b..c2e9347 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "markdownlint-cli": "0.41.0", "prettier": "3.3.3" }, - "packageManager": "pnpm@9.9.0", + "packageManager": "pnpm@9.10.0", "engines": { "node": "^18.12.0 || >=20.9.0", "pnpm": "^9.0.0" diff --git a/renovate.json b/renovate.json index 72caceb..bf6a05c 100644 --- a/renovate.json +++ b/renovate.json @@ -76,7 +76,9 @@ "matchDatasources": ["github-releases"], "matchPackageNames": ["k3s-io/k3s"], "separateMultipleMinor": true, - "separateMinorPatch": true + "separateMinorPatch": true, + "branchTopic": "{{{depNameSanitized}}}{{#if isMinor}}-minor{{/if}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}", + "commitMessageSuffix": "{{#if isMinor}}(minor){{/if}}{{#if isPatch}}(patch){{/if}}" }, { "description": "No automerge for k3s major and minor updates",