From 7621b654038b03f7bb9317a051bec6fb20defcd8 Mon Sep 17 00:00:00 2001 From: Giteabot Date: Mon, 11 May 2026 05:18:05 -0700 Subject: [PATCH] chore(deps): update action dependencies (major) (#37638) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bitnamilegacy/minio](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/minio)) | service | major | `2021.12.29` → `2025.7.23` | | [bitnamilegacy/minio](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/minio)) | service | major | `2023.12.23` → `2025.7.23` | | [bitnamilegacy/mysql](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/mysql)) | service | major | `8.4` → `9.4` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Only on Monday (`* * * * 1`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). --------- Co-authored-by: silverwind Co-authored-by: Claude (Opus 4.7) --- .github/workflows/pull-db-tests.yml | 8 ++++---- renovate.json5 | 12 ++++++++++++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-db-tests.yml b/.github/workflows/pull-db-tests.yml index a3f4efdc16..67fbcf77d3 100644 --- a/.github/workflows/pull-db-tests.yml +++ b/.github/workflows/pull-db-tests.yml @@ -34,7 +34,7 @@ jobs: minio: # as github actions doesn't support "entrypoint", we need to use a non-official image # that has a custom entrypoint set to "minio server /data" - image: bitnamilegacy/minio:2023.12.23 + image: bitnamilegacy/minio:2025.7.23 env: MINIO_ROOT_USER: 123456 MINIO_ROOT_PASSWORD: 12345678 @@ -127,10 +127,10 @@ jobs: ports: - 6379:6379 minio: - image: bitnamilegacy/minio:2021.12.29 + image: bitnamilegacy/minio:2025.7.23 env: - MINIO_ACCESS_KEY: 123456 - MINIO_SECRET_KEY: 12345678 + MINIO_ROOT_USER: 123456 + MINIO_ROOT_PASSWORD: 12345678 ports: - "9000:9000" devstoreaccount1.azurite.local: # https://github.com/Azure/Azurite/issues/1583 diff --git a/renovate.json5 b/renovate.json5 index 188e9edeac..ca77ccdc66 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -62,6 +62,18 @@ "matchPackageNames": ["go.yaml.in/yaml/v4"], "allowedVersions": "<4.0.0-rc.4", // rc.4 changes block scalar serialization, wait for stable release }, + { + "matchPackageNames": ["postgres"], + "allowedVersions": "/^14($|[.-])/", // pin to oldest supported major + }, + { + "matchPackageNames": ["bitnamilegacy/mysql"], + "allowedVersions": "/^8\\.4($|[.-])/", // pin to oldest LTS + }, + { + "matchPackageNames": ["mcr.microsoft.com/mssql/server"], + "allowedVersions": "/^2019($|[.-])/", // pin to oldest in extended support + }, { "groupName": "go dependencies", "matchManagers": ["gomod"],