From c3f5fcaf6be4922fc6602eaac089071c2efcdba6 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sun, 22 Dec 2024 22:24:26 +0000 Subject: [PATCH] Move dependabot to 3.12 branch (#10188) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9cf1501e811..5d4bbe08db7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,7 +25,7 @@ updates: directory: "/" labels: - dependencies - target-branch: "3.11" + target-branch: "3.12" schedule: interval: "daily" open-pull-requests-limit: 10 @@ -37,7 +37,7 @@ updates: - dependency-type: "all" labels: - dependencies - target-branch: "3.11" + target-branch: "3.12" schedule: interval: "daily" open-pull-requests-limit: 10