From 8060c72a23a7e095e6a6cbdcb0d79224285213b1 Mon Sep 17 00:00:00 2001 From: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> Date: Sun, 9 Aug 2026 13:11:12 +0100 Subject: [PATCH] Add condition to exclude dependabot from updates Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> --- .github/workflows/pr-auto-updater.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-auto-updater.yaml b/.github/workflows/pr-auto-updater.yaml index 1a4b2cd0..bd22700c 100644 --- a/.github/workflows/pr-auto-updater.yaml +++ b/.github/workflows/pr-auto-updater.yaml @@ -12,7 +12,7 @@ permissions: jobs: pr-auto-update: - if: github.repository == 'CSSUoB/TeX-Bot-Py-V2' + if: github.repository == 'CSSUoB/TeX-Bot-Py-V2' && github.actor != 'dependabot[bot]' name: Auto-update pull request branches runs-on: ubuntu-latest