From b63aff433e09751edcd9b6f3d0c891128a0127a2 Mon Sep 17 00:00:00 2001 From: Jeroen Thora Date: Fri, 1 Nov 2024 23:19:13 +0100 Subject: [PATCH] Bump dependabot minimum supported branch --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 11f0eae407..c34b722891 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,6 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - target-branch: "6.4" + target-branch: "7.1" schedule: interval: "daily"