We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908be47 commit 87773adCopy full SHA for 87773ad
1 file changed
renovate.json
@@ -9,19 +9,18 @@
9
"vulnerabilityAlerts": {
10
"enabled": false
11
},
12
+ "gitAuthor": "Charles Lavery <clavery@salesforce.com>",
13
"labels": ["dependencies"],
14
"rangeStrategy": "bump",
15
+ "major": {
16
+ "dependencyDashboardApproval": true
17
+ },
18
"packageRules": [
19
{
20
"description": "Group all non-major updates together",
21
"matchUpdateTypes": ["minor", "patch"],
22
"groupName": "all non-major dependencies"
23
- {
- "description": "Group all major updates together",
- "matchUpdateTypes": ["major"],
- "groupName": "all major dependencies"
24
- },
25
26
"description": "Group TypeScript ecosystem",
27
"matchPackagePatterns": ["^typescript", "^@types/"],
0 commit comments