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