From 849ca1ec0617f00d1867691247ed69f3b700338d Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 11 Dec 2021 16:12:36 +0100 Subject: [PATCH] Dependabot - use correct branch --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b6ad5436b..4d1f28a0d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,4 +18,4 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 10 - target-branch: main + target-branch: develop