-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IDP-2042] Use shared renovate.json (#81)
* Update renovate.json to use shared config --------- Co-authored-by: Mathieu Gamache <[email protected]>
- Loading branch information
1 parent
f3e8c05
commit c030b68
Showing
3 changed files
with
11 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,22 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"platform": "github", | ||
"labels": ["renovate"], | ||
"extends": [ | ||
"config:base", | ||
":rebaseStalePrs" | ||
"github>gsoft-inc/renovate-config" | ||
], | ||
"enabledManagers": [ | ||
"github-actions", | ||
"nuget" | ||
], | ||
"stabilityDays": 3, | ||
"prHourlyLimit": 0, | ||
"prConcurrentLimit": 0, | ||
"branchConcurrentLimit": 0, | ||
"dependencyDashboard": false, | ||
"gitAuthor": "Renovate Bot <[email protected]>", | ||
"packageRules": [ | ||
{ | ||
"matchManagers": ["nuget"], | ||
"groupName": "NuGet dependencies" | ||
}, | ||
{ | ||
"matchManagers": ["nuget"], | ||
"includePaths": [ | ||
"Workleap.Extensions.MediatR.Analyzers.Tests" | ||
], | ||
"matchPackagePatterns": [ | ||
"^xunit" | ||
"matchManagers": [ | ||
"nuget" | ||
], | ||
"groupName": "XUnit (Roslyn Analyzer Tests)", | ||
"description": "Newer XUnit versions have bugs that prevent the tests roslyn analyzer tests from running", | ||
"enabled": false | ||
}, | ||
{ | ||
"matchManagers": ["nuget"], | ||
"matchPackagePatterns": [ | ||
"^Microsoft\\.Extensions\\.", | ||
"^Microsoft\\.CodeAnalysis\\.", | ||
"^Microsoft\\.Bcl\\.AsyncInterfaces$", | ||
"^Microsoft\\.SourceLink\\.GitHub", | ||
"^System\\." | ||
], | ||
"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": "Pipeline dependencies" | ||
"ignorePaths": ["src/**"] | ||
} | ||
], | ||
"vulnerabilityAlerts": { | ||
"enabled": true, | ||
"labels": ["security"] | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters