From 11281ffef9af05da07dd6a2ededabe2bd268261e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Wed, 16 Jun 2021 13:25:20 +0200 Subject: [PATCH] chore: fix the target branch on Dependabot's config --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 12bf2e6..1484fc1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: interval: daily time: "04:00" open-pull-requests-limit: 10 - target-branch: master + target-branch: main reviewers: - Deuchnord commit-message: