From 11df1ad4c036b49b6fb5e3d95c84fdaa89594843 Mon Sep 17 00:00:00 2001 From: "dries.k" Date: Thu, 4 Aug 2022 00:26:37 +0200 Subject: [PATCH] target development branch --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91abb11..c133631 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,5 +7,6 @@ version: 2 updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests + target-branch: "develop" schedule: interval: "weekly"