diff --git a/.dependabot/config.yml b/.dependabot/config.yml deleted file mode 100644 index 140b279..0000000 --- a/.dependabot/config.yml +++ /dev/null @@ -1,15 +0,0 @@ -version: 1 -update_configs: - - package_manager: "javascript" - directory: "/" - update_schedule: "weekly" - allowed_updates: - - match: - update_type: "security" - automerged_updates: - - match: - dependency_type: "production" - update_type: "in_range" - - match: - dependency_type: "development" - update_type: "all"