From 48ba41f94d0e261459e678421df54281420802cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 19:23:20 +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.18 to 1.0.19. - [Release notes](https://github.com/nhsdigital/eps-workflow-dependabot/releases) - [Commits](https://github.com/nhsdigital/eps-workflow-dependabot/compare/9718878c49a9057fafae1a58b29265e3db748380...3d9b45ccef334fa05fd2236aa4369c55f78a111a) --- updated-dependencies: - dependency-name: NHSDigital/eps-workflow-dependabot/.github/workflows/dependabot-auto-approve-and-merge.yml dependency-version: 1.0.19 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 50ab5538..5b1c62c3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -9,7 +9,7 @@ env: jobs: dependabot-auto-approve-and-merge: - uses: NHSDigital/eps-workflow-dependabot/.github/workflows/dependabot-auto-approve-and-merge.yml@9718878c49a9057fafae1a58b29265e3db748380 + uses: NHSDigital/eps-workflow-dependabot/.github/workflows/dependabot-auto-approve-and-merge.yml@3d9b45ccef334fa05fd2236aa4369c55f78a111a secrets: AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }} AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}