File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "extends" : [
3+ "config:base"
4+ ] ,
5+ "automerge" : false ,
6+ "assignees" : [
7+ "pierluigilenoci"
8+ ] ,
9+ "schedule" : [
10+ "before 5am every day"
11+ ] ,
12+ "packageRules" : [
13+ {
14+ "description" : "Group all patch updates per package" ,
15+ "updateTypes" : [ "patch" ] ,
16+ "groupName" : "all-patch-updates"
17+ "bumpVersion" : "patch"
18+ } ,
19+ {
20+ "description" : "Group all minor updates per package" ,
21+ "updateTypes" : [ "minor" ] ,
22+ "groupName" : "all-minor-updates"
23+ "bumpVersion" : "patch"
24+ } ,
25+ {
26+ "description" : "Group all major updates per package" ,
27+ "updateTypes" : [ "major" ] ,
28+ "groupName" : "all-major-updates"
29+ "bumpVersion" : "patch"
30+ }
31+ ] ,
32+ "platformAutomerge" : true ,
33+ "lockFileMaintenance" : {
34+ "enabled" : true
35+ } ,
36+ "baseBranches" : [
37+ "main"
38+ ]
39+ }
You can’t perform that action at this time.
0 commit comments