From 53c843b45d5b5534b5d4fa1516fcbfb9847bf63d Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Fri, 24 Apr 2026 08:15:36 +0000
Subject: [PATCH] build(fix): dependabot must pull agains development branch

---
 .github/dependabot.yml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1858f33..6f4a854 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -14,7 +14,7 @@
       - davidsneighbour
     reviewers:
       - davidsneighbour
-    target-branch: main
+    target-branch: development
     open-pull-requests-limit: 999
     pull-request-branch-name:
       separator: /
@@ -32,7 +32,7 @@
       - davidsneighbour
     reviewers:
       - davidsneighbour
-    target-branch: main
+    target-branch: development
     open-pull-requests-limit: 999
     pull-request-branch-name:
       separator: /
@@ -50,7 +50,7 @@
       - davidsneighbour
     reviewers:
       - davidsneighbour
-    target-branch: main
+    target-branch: development
     open-pull-requests-limit: 999
     pull-request-branch-name:
       separator: /

--
Gitblit v1.10.0