.dependabot/config.yml in fishplate-1.1.1 vs .dependabot/config.yml in fishplate-1.1.2
- old
+ new
@@ -1,11 +1,16 @@
version: 1
update_configs:
- package_manager: "ruby:bundler"
directory: "/"
- update_schedule: "monthly"
+ update_schedule: "daily"
commit_message:
prefix: "[dependabot]"
allowed_updates:
- match:
- update_type: "all"
+ dependency_type: "all"
+ update_type: "security"
+ automerged_updates:
+ - match:
+ dependency_type: "all"
+ update_type: "security:patch"