Skip to content

Commit f7186a0

Browse files
authored
Update default.json
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 4818cdc commit f7186a0

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

default.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
},
2222
"packageRules": [
2323
{
24-
"description": "Automerge minor updates if they are not 0.x releases",
25-
"matchUpdateTypes": ["minor"],
26-
"matchCurrentVersion": "!/^0/",
27-
"automerge": true
24+
"description": "Catch-all",
25+
"dependencyDashboardApproval": true,
26+
"matchUpdateTypes": ["major", "minor", "patch"],
2827
},
2928
{
3029
"description": "Automerge patch and digest updates",
@@ -59,11 +58,6 @@
5958
],
6059
"automerge": true
6160
},
62-
{
63-
"description": "Catch-all",
64-
"dependencyDashboardApproval": true,
65-
"matchUpdateTypes": [*],
66-
},
6761
{
6862
"description": "Automerge fixes for vulnerabilities",
6963
"dependencyDashboardApproval": false,

0 commit comments

Comments
 (0)