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