File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 4040 } ,
4141 // Custom packages rules, which extend the configuration above
4242 "packageRules" : [
43- // Always require dashboard approval for major updates
44- // This was largely to avoid the noise of major updates which were ESM only
45- // The idea was to check and accept major updates if they were NOT ESM
46- // But this hasn't been workable with our capacity
47- // Plus, ESM-only is an edge case in the grand scheme of dependencies
48- // @TODO : review this one, consider it being Ghost-only
49- {
50- "description" : "Require dashboard approval for major updates" ,
51- "matchUpdateTypes" : [
52- "major"
53- ] ,
54- "dependencyDashboardApproval" : true
55- } ,
5643 // Automerge all minor and patch updates to all dependencies
5744 // UNLESS the version number is less than 1.0.0 in which case
5845 // We can't be sure if the bump is effectively major
You can’t perform that action at this time.
0 commit comments