From 1278aea03ff20eea4b953ebfebad64c2b92d000c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 21:17:13 +0000 Subject: [PATCH] This PR contains the following updates: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | Package | Type | Update | Change | |---|---|---|---| | [pascalgn/automerge-action](https://redirect.github.com/pascalgn/automerge-action) | action | patch | `v0.16.3` -> `v0.16.4` | --- ### Release Notes
pascalgn/automerge-action (pascalgn/automerge-action) ### [`v0.16.4`](https://redirect.github.com/pascalgn/automerge-action/releases/tag/v0.16.4): Release 0.16.4 [Compare Source](https://redirect.github.com/pascalgn/automerge-action/compare/v0.16.3...v0.16.4) #### What's Changed - Allow set of `MAX_PR_COUNT` from environment by [@​agershman](https://redirect.github.com/agershman) in [https://github.com/pascalgn/automerge-action/pull/286](https://redirect.github.com/pascalgn/automerge-action/pull/286) - Fix permissions configuration in README example by [@​zimagen](https://redirect.github.com/zimagen) in [https://github.com/pascalgn/automerge-action/pull/285](https://redirect.github.com/pascalgn/automerge-action/pull/285) #### New Contributors - [@​agershman](https://redirect.github.com/agershman) made their first contribution in [https://github.com/pascalgn/automerge-action/pull/286](https://redirect.github.com/pascalgn/automerge-action/pull/286) - [@​zimagen](https://redirect.github.com/zimagen) made their first contribution in [https://github.com/pascalgn/automerge-action/pull/285](https://redirect.github.com/pascalgn/automerge-action/pull/285) **Full Changelog**: https://github.com/pascalgn/automerge-action/compare/v0.16.3...v0.16.4
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/KernelPanicAUS/aws-s3-lambda-dynamodb-batch-loader). --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 50896dd..fe3b9d9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,7 +31,7 @@ jobs: needs: build steps: - name: automerge - uses: "pascalgn/automerge-action@d1203c0bf94a827b991e5de69d662e9163304fa0" # v0.16.3 + uses: "pascalgn/automerge-action@7961b8b5eec56cc088c140b56d864285eabd3f67" # v0.16.4 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" MERGE_LABELS: "automerge"