File tree Expand file tree Collapse file tree 2 files changed +39
-21
lines changed
Expand file tree Collapse file tree 2 files changed +39
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " config:base"
5+ ],
6+ "configMigration" : true ,
7+ "pruneStaleBranches" : false ,
8+ "automerge" : true ,
9+ "platformAutomerge" : true ,
10+ "labels" : [
11+ " dependencies" ,
12+ " p: Lowest" ,
13+ " t: Task"
14+ ],
15+ "packageRules" : [
16+ {
17+ "matchPackagePrefixes" : [
18+ " NUnit"
19+ ],
20+ "groupName" : " NUnit"
21+ },
22+ {
23+ "matchPackageNames" : [
24+ " Microsoft.AspNetCore" ,
25+ " Microsoft.AspNetCore.Mvc" ,
26+ " Microsoft.AspNetCore.Mvc.Razor.ViewCompilation" ,
27+ " Microsoft.AspNetCore.StaticFiles"
28+ ],
29+ "groupName" : " Microsoft.AspNetCore 2.0" ,
30+ "allowedVersions" : " ~2.1.0"
31+ },
32+ {
33+ "matchPackagePrefixes" : [
34+ " Oracle.ManagedDataAccess"
35+ ],
36+ "groupName" : " Oracle.ManagedDataAccess"
37+ }
38+ ]
39+ }
You can’t perform that action at this time.
0 commit comments