From a432cb0219c078230ea269981e771d01a26c4fad Mon Sep 17 00:00:00 2001 From: Roel de Cort <63876068+dc-tec@users.noreply.github.com> Date: Sun, 20 Oct 2024 23:47:48 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v40.3.4 (#46) 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 | |---|---|---|---| | [renovatebot/github-action](https://redirect.github.com/renovatebot/github-action) | action | patch | `v40.3.3` -> `v40.3.4` | --- ### Release Notes
renovatebot/github-action (renovatebot/github-action) ### [`v40.3.4`](https://redirect.github.com/renovatebot/github-action/releases/tag/v40.3.4) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v40.3.3...v40.3.4) ##### Documentation - update references to actions/checkout to v4.2.1 ([11212af](https://redirect.github.com/renovatebot/github-action/commit/11212aff7dd976dee010765c012cbcc61c3a2b7a)) - update references to renovatebot/github-action to v40.3.3 ([7bdca51](https://redirect.github.com/renovatebot/github-action/commit/7bdca51b4cb128a544936a65c795aab648fa4668)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.16.11 ([85652f0](https://redirect.github.com/renovatebot/github-action/commit/85652f02f49743f698f0741e2fa5731c3f80eaeb)) - **deps:** update dependency prettier-plugin-packagejson to v2.5.3 ([9347c05](https://redirect.github.com/renovatebot/github-action/commit/9347c05b5195ec3bbd80c0a59c4fe05efe794f8b)) - **deps:** update pnpm to v9.12.1 ([49efd81](https://redirect.github.com/renovatebot/github-action/commit/49efd814d84f4dc4a0736009044fbc54936de4cf)) ##### Build System - **deps:** update dependency typescript to v5.6.3 ([9c10032](https://redirect.github.com/renovatebot/github-action/commit/9c100326f6c4d56657bff8e73a64a0d0035712cd)) ##### Continuous Integration - **deps:** update renovate docker tag to v38.120.0 ([d1179fe](https://redirect.github.com/renovatebot/github-action/commit/d1179feff5c90f9f51b24a32c19db36ff67c301e)) - **deps:** update renovate docker tag to v38.120.1 ([7eaca7d](https://redirect.github.com/renovatebot/github-action/commit/7eaca7dbe155d2ffe682b5d2a77289d625d947cf)) - **deps:** update renovate docker tag to v38.122.0 ([5ebe74f](https://redirect.github.com/renovatebot/github-action/commit/5ebe74f6258f4b2912d9b797dcb344ba12c3ffbe)) - **deps:** update renovate docker tag to v38.123.0 ([398baed](https://redirect.github.com/renovatebot/github-action/commit/398baed47b0bf568f61c2b27d130e0e58b932aaf)) - **deps:** update renovate docker tag to v38.124.1 ([76a4553](https://redirect.github.com/renovatebot/github-action/commit/76a45533dc2ce3c61617732685913f8451afc2b6))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: Renovate Bot --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 63541d8..20bb68a 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -9,7 +9,7 @@ jobs: - name: checkout uses: actions/checkout@v4 - name: Renovate - uses: renovatebot/github-action@v40.3.3 + uses: renovatebot/github-action@v40.3.4 with: configurationFile: renovate.json5 renovate-version: full