File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,15 +47,11 @@ updates:
4747 groups :
4848 # Group all dev dependencies together
4949 dev-dependencies :
50- patterns :
51- - " *"
5250 dependency-type : " development"
5351 # Group production dependencies (if any are added later)
5452 production-dependencies :
55- patterns :
56- - " *"
5753 dependency-type : " production"
5854 # Allow updates to all dependency types
5955 allow :
6056 - dependency-type : " direct"
61- - dependency-type : " indirect"
57+ - dependency-type : " indirect"
Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
44 " config:recommended"
5+ ],
6+ "composer" : {
7+ "enabled" : true
8+ },
9+ "updateInternalDependencies" : true ,
10+ "packageRules" : [
11+ {
12+ "matchDatasources" : [" composer" ],
13+ "rangeStrategy" : " auto"
14+ }
515 ]
616}
You can’t perform that action at this time.
0 commit comments