File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @kube-js/renovate-config" ,
3
+ "version" : " 0.0.0-development" ,
4
+ "description" : " A package containing kube-js' configs for renovate" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " https://github.com/kube-js/renovate-config"
8
+ },
9
+ "author" :
" Mariusz Rajczakowski <[email protected] > (http://mariuszrajczakowski.me)" ,
10
+ "license" : " MIT" ,
11
+ "renovate-config" : {
12
+ "base" : {
13
+ "extends" : [
14
+ " config:base" ,
15
+ " :pinAllExceptPeerDependencies"
16
+ ],
17
+ "rangeStrategy" : " replace" ,
18
+ "automerge" : true ,
19
+ "automergeType" : " branch-push" ,
20
+ "major" : {
21
+ "automerge" : false
22
+ },
23
+ "lockFileMaintenance" : {
24
+ "enabled" : true ,
25
+ "schedule" : [
26
+ " before 5am on every weekday"
27
+ ]
28
+ }
29
+ }
30
+ },
31
+ "publishConfig" : {
32
+ "access" : " public"
33
+ }
34
+ }
You can’t perform that action at this time.
0 commit comments