Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PrincessMadMath authored Aug 27, 2024
1 parent ab5e137 commit 8f2b3c9
Showing 1 changed file with 3 additions and 30 deletions.
33 changes: 3 additions & 30 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"platform": "github",
"labels": ["renovate"],
"extends": [
"config:base",
":rebaseStalePrs"
"github>gsoft-inc/renovate-config"
],
"enabledManagers": [
"nuget",
"github-actions"
],
"stabilityDays": 3,
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"branchConcurrentLimit": 0,
"dependencyDashboard": false,
"gitAuthor": "Renovate Bot <[email protected]>",
"packageRules": [
{
"matchManagers": ["nuget"],
Expand All @@ -28,20 +15,6 @@
"groupName": "Ignored NuGet dependencies",
"description": "These packages are usually set to a user-defined minimal supported version such as 6.0.0 for .NET 6, and they are overriden by consuming applications",
"enabled": false
},
{
"matchPackageNames": ["dotnet-sdk"],
"groupName": "Dotnet SDK",
"description": "Only update patch and minor for the dotnet SDK version within the global.json",
"extends": [":disableMajorUpdates"]
},
{
"matchManagers": ["github-actions"],
"groupName": "GitHub actions dependencies"
}
],
"vulnerabilityAlerts": {
"enabled": true,
"labels": ["security"]
}
}
]
}

0 comments on commit 8f2b3c9

Please sign in to comment.