From cd240ce4eb4310598cb1dcddff0a63fe5464d7f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Thu, 24 Mar 2022 13:38:31 +0100 Subject: [PATCH] chore(dependabot): fix Yaml style --- .github/dependabot.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1639376..880320b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,22 +1,22 @@ version: 2 updates: -- package-ecosystem: pip - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 5 - target-branch: main - reviewers: - - Deuchnord - commit-message: - prefix: chore - include: scope + - package-ecosystem: pip + directory: "/" + open-pull-requests-limit: 5 + target-branch: main + schedule: + interval: daily + reviewers: + - Deuchnord + commit-message: + prefix: chore + include: scope - package-ecosystem: github-actions directory: "/" open-pull-requests-limit: 5 - target-branch: master + target-branch: main schedule: interval: weekly reviewers: