From 882f99e2764c9ddb2f66429431c17cca361cb602 Mon Sep 17 00:00:00 2001 From: RKI | Metadata Exchange <121876825+RKIMetadataExchange@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:48:19 +0100 Subject: [PATCH] Update renovatebot/github-action action to v41 (#161) 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 | Pending | |---|---|---|---|---| | [renovatebot/github-action](https://redirect.github.com/renovatebot/github-action) | action | major | `v40.3.6` -> `v41.0.2` | `v41.0.3` | --- ### Release Notes
renovatebot/github-action (renovatebot/github-action) ### [`v41.0.2`](https://redirect.github.com/renovatebot/github-action/releases/tag/v41.0.2) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v41.0.1...v41.0.2) ##### Build System - compile as esm ([#​888](https://redirect.github.com/renovatebot/github-action/issues/888)) ([e8fc25c](https://redirect.github.com/renovatebot/github-action/commit/e8fc25c747f24032368eb5dfd40ab54491f4640c)) ### [`v41.0.1`](https://redirect.github.com/renovatebot/github-action/releases/tag/v41.0.1) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v41.0.0...v41.0.1) ##### Miscellaneous Chores - **deps:** update dependency eslint to v9 ([#​881](https://redirect.github.com/renovatebot/github-action/issues/881)) ([d4f5ed0](https://redirect.github.com/renovatebot/github-action/commit/d4f5ed0b0bfbf0c499029030afb952b342a4aee0)) - **renovate:** fix config ([#​884](https://redirect.github.com/renovatebot/github-action/issues/884)) ([1eb9d9b](https://redirect.github.com/renovatebot/github-action/commit/1eb9d9be0bde69f74a8e995c5413907ff402d961)) ##### Tests - **e2e:** test with default version ([#​886](https://redirect.github.com/renovatebot/github-action/issues/886)) ([d16f12d](https://redirect.github.com/renovatebot/github-action/commit/d16f12d19b53252b0d6f66d0c796e29551a5f80e)) ##### Build System - use `esbuild` ([#​887](https://redirect.github.com/renovatebot/github-action/issues/887)) ([4a407be](https://redirect.github.com/renovatebot/github-action/commit/4a407be28ac596f9cd42fb07eb4486f9221d28ed)) ##### Continuous Integration - **deps:** update renovate docker tag to v39 ([#​885](https://redirect.github.com/renovatebot/github-action/issues/885)) ([f8106c1](https://redirect.github.com/renovatebot/github-action/commit/f8106c12581d77b071ac33e236321f3c5ab09976)) - simplify ([#​883](https://redirect.github.com/renovatebot/github-action/issues/883)) ([a060887](https://redirect.github.com/renovatebot/github-action/commit/a0608873fb1c6064eddadd1a7ede8cf033c44237)) - use `github-actions[bot]` for merge commit ([#​882](https://redirect.github.com/renovatebot/github-action/issues/882)) ([4c22a10](https://redirect.github.com/renovatebot/github-action/commit/4c22a107ea70e2bc9af90c611099623113dcd4ff)) ### [`v41.0.0`](https://redirect.github.com/renovatebot/github-action/releases/tag/v41.0.0) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v40.3.6...v41.0.0) ##### ⚠ BREAKING CHANGES - Renovate is now pinned to v39. ##### Features - pin renovate major version ([#​880](https://redirect.github.com/renovatebot/github-action/issues/880)) ([c31251b](https://redirect.github.com/renovatebot/github-action/commit/c31251b741c70d630b7bb4d64c5644896fd75548))
--- ### 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 7fb277fc..b225a1ba 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.6 + uses: renovatebot/github-action@v41.0.2 env: RENOVATE_GIT_PRIVATE_KEY: ${{ secrets.GPG_SIGNING_KEY }} RENOVATE_REPOSITORIES: "robert-koch-institut/mex-model"