Skip to content

Commit

Permalink
🎨 renovate: use config preset
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Apr 17, 2024
1 parent e3cf180 commit 46165bb
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"commitMessagePrefix": "🔼",
"extends": [
"config:base",
":automergeBranch",
":automergeDigest",
":automergeMinor",
":disableRateLimiting"
],
"packageRules": [
{
"matchPackageNames": [
"System.Interactive.Async",
"System.Linq.Async"
],
"groupName": "Ix.NET"
},
{
"matchPackagePrefixes": [
"Swashbuckle"
],
"groupName": "Swashbuckle"
}
"github>database64128/renovate-config:dotnet"
]
}

0 comments on commit 46165bb

Please sign in to comment.