diff --git a/.dependabot/config.yml b/.dependabot/config.yml new file mode 100644 index 0000000..6b6c724 --- /dev/null +++ b/.dependabot/config.yml @@ -0,0 +1,22 @@ +version: 1 +update_configs: + - package_manager: 'javascript' + directory: '/api' + update_schedule: 'weekly' + automerged_updates: + - match: + dependency_type: 'development' + update_type: 'all' + - match: + dependency_type: 'production' + update_type: 'semver:minor' + - package_manager: 'javascript' + directory: '/web' + update_schedule: 'weekly' + automerged_updates: + - match: + dependency_type: 'development' + update_type: 'all' + - match: + dependency_type: 'production' + update_type: 'semver:minor'