From 726f49cd0ac55020a37a5affd5e409f322dfa75a Mon Sep 17 00:00:00 2001 From: ZomboDB Date: Fri, 5 Feb 2021 14:11:49 -0700 Subject: [PATCH] tell dependabot to go to the develop branch. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ba79d6632..e5f6876d1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,4 @@ updates: interval: daily time: "12:00" open-pull-requests-limit: 10 + target_branch: develop