From d30f5b4e319f7453461cae44f554d042cacc9ce4 Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Thu, 19 Mar 2026 13:10:38 +0100 Subject: [PATCH] Update dependabot so it patches main instead of stable dependabot uses the default branch (stable) for its configuration. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be006de9a1..b0643ad1a4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,4 @@ updates: - "*" # Group all Actions updates into a single larger pull request schedule: interval: weekly + target-branch: "main"