Skip to content

Commit 87773ad

Browse files
committed
renovate tweaks
1 parent 908be47 commit 87773ad

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

renovate.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,18 @@
99
"vulnerabilityAlerts": {
1010
"enabled": false
1111
},
12+
"gitAuthor": "Charles Lavery <clavery@salesforce.com>",
1213
"labels": ["dependencies"],
1314
"rangeStrategy": "bump",
15+
"major": {
16+
"dependencyDashboardApproval": true
17+
},
1418
"packageRules": [
1519
{
1620
"description": "Group all non-major updates together",
1721
"matchUpdateTypes": ["minor", "patch"],
1822
"groupName": "all non-major dependencies"
1923
},
20-
{
21-
"description": "Group all major updates together",
22-
"matchUpdateTypes": ["major"],
23-
"groupName": "all major dependencies"
24-
},
2524
{
2625
"description": "Group TypeScript ecosystem",
2726
"matchPackagePatterns": ["^typescript", "^@types/"],

0 commit comments

Comments
 (0)