Skip to content

Commit

Permalink
Merge pull request #162 from Syriiin/renovate/group-config
Browse files Browse the repository at this point in the history
Add groups to renovate and disable dependabot
  • Loading branch information
Syriiin authored Dec 10, 2024
2 parents 72a130e + d626906 commit 99fed36
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/dependabot.yml

This file was deleted.

21 changes: 21 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,26 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchManagers": [
"nuget"
],
"matchPackageNames": [
"ppy.osu.Game.Rulesets*"
],
"groupName": "osu-rulesets"
},
{
"matchManagers": [
"nuget"
],
"matchPackageNames": [
"xunit*",
"Microsoft.Net.Test.Sdk"
],
"groupName": "test-tools"
}
]
}

0 comments on commit 99fed36

Please sign in to comment.