Skip to content

Commit

Permalink
Update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Apr 20, 2020
1 parent 8c43e77 commit 1d1fe0e
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,57 @@ update_configs:
- package_manager: javascript
directory: /
update_schedule: live
target_branch: "2.5"
automerged_updates:
- match:
update_type: all
allowed_updates:
- match:
update_type: security
dependency_type: indirect
- package_manager: javascript
directory: /
update_schedule: live
target_branch: "2.4"
automerged_updates:
- match:
update_type: all
allowed_updates:
- match:
update_type: security
dependency_type: indirect

- package_manager: python
directory: /
update_schedule: live
allowed_updates:
- match:
dependency_type: direct
automerged_updates:
- match:
update_type: all
allowed_updates:
- match:
dependency_type: indirect
ignored_updates:
- match:
dependency_name: none
- package_manager: python
directory: /
update_schedule: live
target_branch: "2.5"
automerged_updates:
- match:
update_type: all
allowed_updates:
- match:
update_type: security
dependency_type: indirect
- package_manager: python
directory: /
update_schedule: live
target_branch: "2.4"
automerged_updates:
- match:
update_type: all
allowed_updates:
- match:
update_type: security
dependency_type: indirect

0 comments on commit 1d1fe0e

Please sign in to comment.