From 93d2729acdbca270533162630cd1aaacb1dc09e8 Mon Sep 17 00:00:00 2001 From: Sarah McCarthy Date: Mon, 20 Jul 2026 11:56:48 +0100 Subject: [PATCH] Update dependabot.yml to remove old target branch Removed deprecated configuration for target branch 12.4. --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d71e780..7fbdc44 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,14 +10,6 @@ updates: # Maintained version branches: keep workflow action pins from drifting # behind main (Dependabot only scans the default branch otherwise). - - package-ecosystem: "github-actions" - directory: "/" - target-branch: "12.4" - schedule: - interval: weekly - day: monday - open-pull-requests-limit: 5 - - package-ecosystem: "github-actions" directory: "/" target-branch: "13.4"