Skip to content

Commit

Permalink
update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47-bot committed Jan 5, 2025
1 parent 169cc92 commit 6ccc36c
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
":semanticPrefixFixDepsChoreOthers",
"group:monorepos",
"workarounds:all"
],
"labels": [
"dependencies"
],
"assignees": [
"@phnx47"
],
"extends": [":dependencyDashboard", "group:monorepos"],
"labels": ["dependencies"],
"assignees": ["@phnx47"],
"packageRules": [
{
"automerge": true,
"groupName": "coverlet packages",
"matchSourceUrls": [
"https://github.com/coverlet-coverage{/,}**"
]
"matchSourceUrls": ["https://github.com/coverlet-coverage/coverlet"]
},
{
"automerge": true,
"extends": [
"monorepo:vstest",
"monorepo:xunit-dotnet"
]
"extends": ["monorepo:vstest", "monorepo:xunit-dotnet"]
}
]
}
}

0 comments on commit 6ccc36c

Please sign in to comment.