Skip to content

Commit

Permalink
update renovate package rules (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47-bot authored Jan 4, 2025
1 parent e2ffa9d commit 727bcbb
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@
"packageRules": [
{
"automerge": true,
"matchSourceUrlPrefixes": [
"https://github.com/coverlet-coverage",
"https://github.com/xunit",
"https://github.com/microsoft/vstest"
],
"groupName": "tests"
"groupName": "coverlet packages",
"matchSourceUrls": [
"https://github.com/coverlet-coverage{/,}**"
]
},
{
"automerge": true,
"extends": [
"monorepo:vstest",
"monorepo:xunit-dotnet"
]
}
]
}
}

0 comments on commit 727bcbb

Please sign in to comment.