File tree Expand file tree Collapse file tree 2 files changed +51
-0
lines changed
Expand file tree Collapse file tree 2 files changed +51
-0
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " config:recommended" ,
5+ " :dependencyDashboard"
6+ ],
7+ "reviewersFromCodeOwners" : true ,
8+ "labels" : [
9+ " dependencies" ,
10+ " chore" ,
11+ " safe-to-test"
12+ ],
13+ "semanticCommits" : " enabled" ,
14+ "major" : {
15+ "dependencyDashboardApproval" : true
16+ },
17+ "stopUpdatingLabel" : " blocked" ,
18+ "packageRules" : [
19+ {
20+ "description" : " Require approval for projectnessie updates" ,
21+ "matchManagers" : [
22+ " maven"
23+ ],
24+ "dependencyDashboardApproval" : true ,
25+ "matchPackageNames" : [
26+ " /^org\\ .projectnessie\\ .cel:/"
27+ ]
28+ },
29+ {
30+ "description" : " Require approval for protobuf updates" ,
31+ "matchManagers" : [
32+ " maven"
33+ ],
34+ "dependencyDashboardApproval" : true ,
35+ "matchPackageNames" : [
36+ " /^com\\ .google\\ .protobuf:/"
37+ ]
38+ },
39+ {
40+ "description" : " Require approval for dagger updates" ,
41+ "matchManagers" : [
42+ " maven"
43+ ],
44+ "dependencyDashboardApproval" : true ,
45+ "matchPackageNames" : [
46+ " /^com\\ .google\\ .dagger:/"
47+ ]
48+ }
49+ ]
50+ }
51+
You can’t perform that action at this time.
0 commit comments