You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
797 B
36 lines
797 B
{ |
|
"extends": ["config:base"], |
|
"timezone": "America/Los_Angeles", |
|
"schedule": ["before 8am on Monday"], |
|
"lockFileMaintenance": { |
|
"enabled": true, |
|
"automerge": true |
|
}, |
|
"npm": { |
|
"stabilityDays": 3 |
|
}, |
|
"packageRules": [ |
|
{ |
|
"matchUpdateTypes": ["minor"], |
|
"matchCurrentVersion": "!/^0/", |
|
"automerge": true |
|
}, |
|
{ |
|
"matchDepTypes": ["devDependencies"], |
|
"automerge": true, |
|
"major": { |
|
"dependencyDashboardApproval": true |
|
} |
|
}, |
|
{ |
|
"matchPackagePatterns": ["*"], |
|
"matchUpdateTypes": ["minor", "patch"], |
|
"major": { |
|
"dependencyDashboardApproval": true |
|
}, |
|
"groupName": "all non-major dependencies", |
|
"groupSlug": "all-minor-patch", |
|
"labels": ["dependencies"] |
|
} |
|
] |
|
}
|
|
|