From 696f8c81e46c84c56d6c3a43aa6eeb1bc11dea48 Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Sun, 27 Sep 2020 18:51:33 +0200 Subject: [PATCH] - Formatted Yaml --- .github/dependabot.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 123510cf..26f8e770 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,10 +2,10 @@ update_configs: directory: "/" package_manager: javascript update_schedule: weekly - - automerged_updates: - - match: - update_type: all - dependency_type: production - - match: - update_type: all - dependency_type: development +- automerged_updates: + - match: + update_type: all + dependency_type: production + - match: + update_type: all + dependency_type: development