Skip to content

Commit

Permalink
feat: automerge xunit
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Oct 18, 2023
1 parent 858fabd commit f824edf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,15 @@
{
"description": "Automerge dotnet dev packages (by source urls)",
"matchSourceUrlPrefixes": [
"https://github.com/adamralph/minver",
"https://github.com/belav/csharpier",
"https://github.com/coverlet-coverage/coverlet",
"https://github.com/danielpalme/ReportGenerator",
"https://github.com/dotnet/msbuild",
"https://github.com/microsoft/vstest",
"https://github.com/adamralph/minver",
"https://github.com/nunit/",
"https://github.com/theramis/Snapper"
"https://github.com/theramis/Snapper",
"https://github.com/xunit/"
],
"matchUpdateTypes": ["minor", "patch", "digest", "pin"],
"automerge": true
Expand Down

0 comments on commit f824edf

Please sign in to comment.