From 6c02642bd5833649c5f7865163e825610a8ead32 Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Sun, 27 Sep 2020 18:50:25 +0200 Subject: [PATCH] - Formatted yaml --- .github/dependabot.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7183bf6b..123510cf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,11 @@ 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 - directory: "/" - package_manager: javascript - update_schedule: weekly + - match: + update_type: all + dependency_type: production + - match: + update_type: all + dependency_type: development