From 1908fa99c93e2709da719dfab07594ec6d5105fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?To=CF=80Senpai?= <15636011+TopiSenpai@users.noreply.github.com> Date: Tue, 8 Jun 2021 17:28:39 +0200 Subject: [PATCH] add missing target-branch --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3cc9868f..cd204104 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,4 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + target-branch: development