From a9f2080a8769b101813e7f5108ebf6299292054b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:17:58 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump NHSDigital/eps-workflow-dependabot Bumps [NHSDigital/eps-workflow-dependabot](https://github.com/nhsdigital/eps-workflow-dependabot) from 1.0.10 to 1.0.13. - [Release notes](https://github.com/nhsdigital/eps-workflow-dependabot/releases) - [Commits](https://github.com/nhsdigital/eps-workflow-dependabot/compare/ed1fe71f904d4382a8c7caf155615ef18275f1e1...26fec1b2b23999987b0112d14aa29c47630a8b31) --- updated-dependencies: - dependency-name: NHSDigital/eps-workflow-dependabot dependency-version: 1.0.13 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 25196be..0505aeb 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -10,7 +10,7 @@ env: jobs: dependabot-auto-approve-and-merge: needs: quality_checks - uses: NHSDigital/eps-workflow-dependabot/.github/workflows/dependabot-auto-approve-and-merge.yml@ed1fe71f904d4382a8c7caf155615ef18275f1e1 + uses: NHSDigital/eps-workflow-dependabot/.github/workflows/dependabot-auto-approve-and-merge.yml@26fec1b2b23999987b0112d14aa29c47630a8b31 secrets: AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }} AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}