Skip to content

Commit 76fad3a

Browse files
committed
fix(default): remove approveMajorUpdates preset
* this preset only makes sense with Renovate-generated notifications which is a paid feature only * major updates will have a PR generated and be handled manually
1 parent 0820597 commit 76fad3a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

default.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"description": "Default preset for use with Saltstack Formulas' repos",
44
"enabledManagers": [],
55
"extends": [
6-
"config:best-practices",
7-
":approveMajorUpdates"
6+
"config:best-practices"
87
],
98
"ignorePresets": [
109
":maintainLockFilesWeekly"

0 commit comments

Comments
 (0)