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