From 817fa9f8689f637d0cb1de114a45c99fe1b6ed39 Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Sun, 27 Sep 2020 18:48:08 +0200 Subject: [PATCH] - Testing correct values --- .github/dependabot.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 90877c42..7183bf6b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,11 @@ -version: 2 -updates: - - package-ecosystem: "yarn" - directory: "/" - schedule: - interval: "weekly" +update_configs: + - automerged_updates: + - match: + update_type: all + dependency_type: production + - match: + update_type: all + dependency_type: development + directory: "/" + package_manager: javascript + update_schedule: weekly