Skip to content

Commit

Permalink
Update the dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Apr 16, 2020
1 parent 6ecf0fc commit 7783a2d
Showing 1 changed file with 73 additions and 4 deletions.
77 changes: 73 additions & 4 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,42 +21,111 @@ update_configs:
- match:
update_type: all

- package_manager: python
- 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: /geoportal
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: /admin
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
ignored_updates:
- match:
dependency_name: none
allowed_updates:
- match:
dependency_type: indirect
automerged_updates:
- match:
update_type: all
- package_manager: python
directory: /docker/qgisserver
update_schedule: live
automerged_updates:
- match:
update_type: all
ignored_updates:
- match:
dependency_name: none
allowed_updates:
- match:
dependency_type: indirect
- package_manager: python
directory: /ci
update_schedule: live
automerged_updates:
- match:
update_type: all
ignored_updates:
- match:
dependency_name: none
allowed_updates:
- match:
dependency_type: indirect

- package_manager: python
directory: /ci
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: /docker/qgisserver
update_schedule: live
target_branch: "2.5"
automerged_updates:
- match:
update_type: all
ignored_updates:
allowed_updates:
- match:
dependency_name: none
update_type: security
dependency_type: indirect
- package_manager: python
directory: /ci
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
Expand Down

0 comments on commit 7783a2d

Please sign in to comment.