Skip to content

Commit

Permalink
Set correct labels on dependabot pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Sep 9, 2019
1 parent 5ade87a commit 7ccf9a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ update_configs:
- package_manager: "java:gradle"
directory: "/"
update_schedule: "weekly"
default_labels:
- "dependencies"
automerged_updates:
- match:
dependency_type: "all"
Expand All @@ -13,6 +15,8 @@ update_configs:
- package_manager: "submodules"
directory: "/"
update_schedule: "weekly"
default_labels:
- "dependencies"
automerged_updates:
- match:
dependency_type: "all"
Expand Down

0 comments on commit 7ccf9a7

Please sign in to comment.