Skip to content

Commit 71f05eb

Browse files
committed
Removed requirement for dashboard approval on major updates
This rule is now Ghost-specific. Other repos can add it locally if needed: TryGhost/Ghost@10b5ed3773
1 parent a3e0d3b commit 71f05eb

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

quiet.json5

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,6 @@
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

0 commit comments

Comments
 (0)