Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Updated coverage settings
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Sep 28, 2019
1 parent 0535dcd commit d524e9f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
codecov:
bot: rsg-bot
strict_yaml_branch: master

coverage:
round: down
precision: 1

status:
project: yes
patch: yes
changes: no

comment:
branch: master
18 changes: 17 additions & 1 deletion .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,21 @@ update_configs:
- package_manager: "dotnet:nuget"
directory: "/"
update_schedule: "live"
target_branch: master
default_labels:
- ":package: dependencies"
- ":package: dependencies"
default_assignees:
- "david-driscoll"
default_reviewers:
- "david-driscoll"
automerged_updates:
- match:
dependency_name: "Rocket.Surgery.*"
update_type: "semver:minor"
ignored_updates:
- match:
dependency_name: Microsoft.Extensions.*
- match:
dependency_name: Microsoft.AspNetCore.*
- match:
dependency_name: System.Diagnostics.*

0 comments on commit d524e9f

Please sign in to comment.