From 4773984d3933da2ba231901b9db643b66c241f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Mon, 16 Dec 2024 21:28:56 +0100 Subject: [PATCH] Make dependabot target the lowest maintained branch --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 15bd1729..9d8c710c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,4 @@ updates: interval: "weekly" labels: - "CI" + target-branch: "3.4.x"