From 80b9a838739ee3f5b62f2103ccd7927643bbcc98 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Fri, 18 Aug 2023 10:07:26 +0200 Subject: [PATCH] Fix indentation issue in dependabot.yaml Signed-off-by: Marco Franssen --- .github/dependabot.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 6a7cb06..b0fbc66 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -12,11 +12,12 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 5 -- package-ecosystem: pip - directory: "/.github/scripts" - schedule: - interval: daily - groups: - python-packages: - patterns: - - "*" + + - package-ecosystem: pip + directory: "/.github/scripts" + schedule: + interval: daily + groups: + python-packages: + patterns: + - "*"