Skip to content

Commit

Permalink
fix: update broken dependabot config (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
varl authored Jun 7, 2019
1 parent 85f5839 commit c6bca3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ update_configs:
directory: "/"
update_schedule: "live"
default_assignees:
- @dhis2/front-end
- '@dhis2/front-end'
version_requirement_updates: "increase_versions"
- package_manager: "java:maven"
directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion config/github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ update_configs:
directory: "/"
update_schedule: "live"
default_assignees:
- @dhis2/front-end
- '@dhis2/front-end'
version_requirement_updates: "increase_versions"
- package_manager: "java:maven"
directory: "/"
Expand Down

0 comments on commit c6bca3f

Please sign in to comment.