Skip to content

Commit 6d27845

Browse files
authored
Update default.json
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 4b37937 commit 6d27845

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

default.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@
1818
"groupName": "vulnerability-updates"
1919
},
2020
"packageRules": [
21-
{
22-
"description": "Automerge fixes for vulnerabilities",
23-
"dependencyDashboardApproval": false,
24-
"semanticCommitType": "fix",
25-
"semanticCommitScope": "security",
26-
"matchUpdateTypes": ["patch", "minor"],
27-
"groupName": "vulnerability-updates"
28-
},
2921
{
3022
"description": "Automerge minor updates if they are not 0.x releases",
3123
"dependencyDashboardApproval": true,
@@ -68,6 +60,14 @@
6860
"devDependencies"
6961
],
7062
"automerge": true
63+
},
64+
{
65+
"description": "Automerge fixes for vulnerabilities",
66+
"dependencyDashboardApproval": false,
67+
"semanticCommitType": "fix",
68+
"semanticCommitScope": "security",
69+
"matchUpdateTypes": ["patch", "minor"],
70+
"groupName": "vulnerability-updates"
7171
}
7272
]
7373
}

0 commit comments

Comments
 (0)