Skip to content

Commit

Permalink
Migrate config .github/renovate.json (#718)
Browse files Browse the repository at this point in the history
+semver:patch
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 8f2673d commit 6fcdc8d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"labels": [
"build"
],
"packageRules": [
{
"matchSourceUrls": [ "https://github.com/nunit/nunit"],
"matchSourceUrls": [
"https://github.com/nunit/nunit"
],
"groupName": "NUnit"
},
{
"matchSourceUrls": [ "https://github.com/nunit/nunit-console"],
"matchSourceUrls": [
"https://github.com/nunit/nunit-console"
],
"groupName": "NUnit.Console"
}
]
Expand Down

0 comments on commit 6fcdc8d

Please sign in to comment.