From 926b33f88122a7e22282d8bc8d65d17a146959be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 05:25:10 +0000 Subject: [PATCH] Bump SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml Bumps [SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml](https://github.com/sintef/ci-cd) from 2.9.2 to 2.10.0. - [Release notes](https://github.com/sintef/ci-cd/releases) - [Changelog](https://github.com/SINTEF/ci-cd/blob/main/CHANGELOG.md) - [Commits](https://github.com/sintef/ci-cd/compare/v2.9.2...v2.10.0) --- updated-dependencies: - dependency-name: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_automerge_bot_prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_automerge_bot_prs.yml b/.github/workflows/ci_automerge_bot_prs.yml index 5c08093..5ff4e50 100644 --- a/.github/workflows/ci_automerge_bot_prs.yml +++ b/.github/workflows/ci_automerge_bot_prs.yml @@ -7,7 +7,7 @@ on: jobs: update-dependabot-branch: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.9.2 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.10.0 if: github.repository_owner == 'EMMC-ASBL' && ( ( startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' ) || ( startsWith(github.event.pull_request.head.ref, 'ci/') && github.actor == 'TEAM4-0' ) || ( github.event.pull_request.head.ref == 'pre-commit-ci-update-config' && github.actor == 'pre-commit-ci[bot]' ) ) secrets: PAT: ${{ secrets.RELEASE_PAT }}