From 1c6602926db7dc390124af4f4afe4507fd657a14 Mon Sep 17 00:00:00 2001 From: RKI | Metadata Exchange <121876825+RKIMetadataExchange@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:43:22 +0100 Subject: [PATCH] Update renovatebot/github-action action to v40.3.6 (#159) 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.5` -> `v40.3.6` | --- ### Release Notes
renovatebot/github-action (renovatebot/github-action) ### [`v40.3.6`](https://redirect.github.com/renovatebot/github-action/releases/tag/v40.3.6) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v40.3.5...v40.3.6) ##### Bug Fixes - **refactor:** use named imports ([#​879](https://redirect.github.com/renovatebot/github-action/issues/879)) ([4d91b7f](https://redirect.github.com/renovatebot/github-action/commit/4d91b7f2862d2619cb03676f49a82e1de2ebe174)) ##### Documentation - Fix permissions for Renovate 39 ([#​873](https://redirect.github.com/renovatebot/github-action/issues/873)) ([80524aa](https://redirect.github.com/renovatebot/github-action/commit/80524aad74895d28a441584b5fa5889e957e5107)) - update references to ghcr.io/renovatebot/renovate to v39 ([fa742b7](https://redirect.github.com/renovatebot/github-action/commit/fa742b743c06bfe634c1b023db54634167f18ee2)) ##### Miscellaneous Chores - **deps:** update dependency [@​semantic-release/github](https://redirect.github.com/semantic-release/github) to v11 ([#​876](https://redirect.github.com/renovatebot/github-action/issues/876)) ([03986b7](https://redirect.github.com/renovatebot/github-action/commit/03986b7c6b6f23aced816e21573539d7ad8cf3bd)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.2 ([9b8168b](https://redirect.github.com/renovatebot/github-action/commit/9b8168b9780395d65a24b5cfc9570e31440c0afa)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.3 ([62e9650](https://redirect.github.com/renovatebot/github-action/commit/62e9650d02a8c4ca320209e7b09140d341b343f4)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.4 ([b274faf](https://redirect.github.com/renovatebot/github-action/commit/b274faf2e8ce464e78664d9830eb4c155f34a52e)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.5 ([de0fb82](https://redirect.github.com/renovatebot/github-action/commit/de0fb82ddeab47f14cba3f13bac485853d8e93f3)) - **deps:** update dependency eslint-plugin-json to v4 ([#​874](https://redirect.github.com/renovatebot/github-action/issues/874)) ([205c9ef](https://redirect.github.com/renovatebot/github-action/commit/205c9ef9545b5b561a6263663a2c56d091411fa2)) - **deps:** update dependency npm-run-all2 to v7 ([#​877](https://redirect.github.com/renovatebot/github-action/issues/877)) ([7b3e4ff](https://redirect.github.com/renovatebot/github-action/commit/7b3e4ffc560f928e6b1b322f969e2b6ee91ba512)) - **deps:** update typescript-eslint monorepo to v8 (major) ([#​878](https://redirect.github.com/renovatebot/github-action/issues/878)) ([5343762](https://redirect.github.com/renovatebot/github-action/commit/5343762d53a4b98fb9ddf51dfe5eb1d89474f316)) - husky migration ([#​875](https://redirect.github.com/renovatebot/github-action/issues/875)) ([c884ed2](https://redirect.github.com/renovatebot/github-action/commit/c884ed2ba39a1c19e6a1002bd8ed183475f9eafc)) ##### Continuous Integration - **deps:** update renovate docker tag to v38.142.7 ([5bf87b6](https://redirect.github.com/renovatebot/github-action/commit/5bf87b6eb9197d4e1bf3fe1f81e8e81342eac1e3))
--- ### 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). --- .github/workflows/renovatebot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovatebot.yml b/.github/workflows/renovatebot.yml index 6bbdd528..7fb277fc 100644 --- a/.github/workflows/renovatebot.yml +++ b/.github/workflows/renovatebot.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 1 - name: Run renovatebot - uses: renovatebot/github-action@v40.3.5 + uses: renovatebot/github-action@v40.3.6 env: RENOVATE_GIT_PRIVATE_KEY: ${{ secrets.GPG_SIGNING_KEY }} RENOVATE_REPOSITORIES: "robert-koch-institut/mex-model"