From 67dcd58ec49fd668d0292ab2169a78c8af965e54 Mon Sep 17 00:00:00 2001 From: Jeroen Thora Date: Tue, 5 Mar 2024 19:40:08 +0100 Subject: [PATCH] Update dependabot target branch --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 364e8f6034..ba040f85d4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,6 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - target-branch: "6.2" + target-branch: "6.3" schedule: interval: "daily"