From 5a6e29f16c104f6428ea656be624519580da5c22 Mon Sep 17 00:00:00 2001 From: mrveiss Date: Thu, 26 Mar 2026 19:02:05 +0200 Subject: [PATCH] fix(devops): target Dev_new_gui for Dependabot PRs (#2449) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 533346cad..19d7d428c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,7 @@ version: 2 updates: - package-ecosystem: "pip" directory: "/autobot-backend" + target-branch: "Dev_new_gui" schedule: interval: "weekly" day: "monday" @@ -21,6 +22,7 @@ updates: - package-ecosystem: "pip" directory: "/autobot-shared" + target-branch: "Dev_new_gui" schedule: interval: "weekly" day: "monday" @@ -31,6 +33,7 @@ updates: - package-ecosystem: "pip" directory: "/autobot-slm-backend" + target-branch: "Dev_new_gui" schedule: interval: "weekly" day: "monday" @@ -41,6 +44,7 @@ updates: - package-ecosystem: "npm" directory: "/autobot-frontend" + target-branch: "Dev_new_gui" schedule: interval: "weekly" day: "monday" @@ -56,6 +60,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" + target-branch: "Dev_new_gui" schedule: interval: "weekly" day: "monday"