From 6a450a5624481fa626907e7c08774fc3967768f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:31:15 +0000 Subject: [PATCH] chore(deps): update danger/danger-js action to v12.3.2 (#650) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [danger/danger-js](https://togithub.com/danger/danger-js) | action | patch | `12.3.1` -> `12.3.2` | --- ### Release Notes
danger/danger-js (danger/danger-js) ### [`v12.3.2`](https://togithub.com/danger/danger-js/blob/HEAD/CHANGELOG.md#1232) [Compare Source](https://togithub.com/danger/danger-js/compare/12.3.1...12.3.2) - \[[#​1180](https://togithub.com/danger/danger-js/issues/1180)] Adds support for ESM Dangerfiles (by using `dangerfile.mts`/`dangerfile.mjs`) \[[@​matthewh](https://togithub.com/matthewh)]
--- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ScaleLeap/amazon-marketplaces). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/danger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 8b384632..d562b778 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -34,6 +34,6 @@ jobs: run: npm ci - name: Danger - uses: danger/danger-js@12.3.1 + uses: danger/danger-js@12.3.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}