From 4612763f3c4487f3a65fe64cb659386a1690b985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Tue, 10 Dec 2024 08:19:29 +0100 Subject: [PATCH] Specify target branch This repository has a default branch that is different than the lowest branch. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 15bd1729..4bcb5e5e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,4 @@ updates: interval: "weekly" labels: - "CI" + target-branch: "5.1.x"