From 953a018c4a3541224a4a3f7d01ed7f6ba84ca252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 01:22:06 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump NHSDigital/eps-workflow-dependabot/.github/workflows/dependabot-auto-approve-and-merge.yml Bumps [NHSDigital/eps-workflow-dependabot/.github/workflows/dependabot-auto-approve-and-merge.yml](https://github.com/nhsdigital/eps-workflow-dependabot) from 1.0.23 to 1.0.24. - [Release notes](https://github.com/nhsdigital/eps-workflow-dependabot/releases) - [Commits](https://github.com/nhsdigital/eps-workflow-dependabot/compare/42c1ff201e91a16b56599f064de6f68ef368137a...8a9f417b679e8334481af474ca073f9708596011) --- updated-dependencies: - dependency-name: NHSDigital/eps-workflow-dependabot/.github/workflows/dependabot-auto-approve-and-merge.yml dependency-version: 1.0.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 73d70ff..fe10c30 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -6,7 +6,7 @@ on: jobs: dependabot-auto-approve-and-merge: - uses: NHSDigital/eps-workflow-dependabot/.github/workflows/dependabot-auto-approve-and-merge.yml@42c1ff201e91a16b56599f064de6f68ef368137a + uses: NHSDigital/eps-workflow-dependabot/.github/workflows/dependabot-auto-approve-and-merge.yml@8a9f417b679e8334481af474ca073f9708596011 secrets: AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }} AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}