File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
- "extends" : [" github>buehler/renovate-config" , " :disableMajorUpdates" ],
4
- "ignorePaths" : [" _old/" , " examples/" , " src/KubeOps.Generator/" ],
5
- "dotnet" : {
6
- "ignoreDeps" : [" StyleCop.Analyzers" ]
7
- }
3
+ "extends" : [" config:recommended" , " :disableDependencyDashboard" ],
4
+ "labels" : [" dependencies" ],
5
+ "vulnerabilityAlerts" : {
6
+ "labels" : [" dependencies-security" ]
7
+ },
8
+ "branchConcurrentLimit" : 0 ,
9
+ "prHourlyLimit" : 0 ,
10
+ "prConcurrentLimit" : 0 ,
11
+ "automerge" : true ,
12
+ "timezone" : " Europe/Zurich" ,
13
+ "schedule" : [" after 9pm" , " before 6am" ],
14
+ "ignorePaths" : [" examples/" ],
15
+ "packageRules" : [
16
+ {
17
+ "matchManagers" : [" dotnet" ],
18
+ "matchDepNames" : [" Microsoft.CodeAnalysis.CSharp" ],
19
+ "matchFileNames" : [" KubeOps.Generator.csproj" ],
20
+ "enabled" : false
21
+ }
22
+ ]
8
23
}
You can’t perform that action at this time.
0 commit comments