From 573e7a2045d6480d30e448d029042cf16798ed74 Mon Sep 17 00:00:00 2001 From: mike Date: Sat, 11 Jul 2026 20:09:01 +0100 Subject: [PATCH] ci: retarget dependabot to default branch Drop target-branch: develop from both update groups so Dependabot opens PRs against the default branch (main). The develop override was carried over from the fork's develop-as-trunk model; upstream treats main as the primary trunk and develop as an optional beta branch. --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cad7461..ee82430 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,6 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - target-branch: "develop" schedule: interval: "weekly" commit-message: @@ -14,7 +13,6 @@ updates: - package-ecosystem: "pip" directory: "/" - target-branch: "develop" schedule: interval: "weekly" commit-message: