forked from octokit/.github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.json
More file actions
32 lines (32 loc) · 729 Bytes
/
default.json
File metadata and controls
32 lines (32 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"labels": ["Type: Maintenance"],
"extends": [
"config:base",
":disableDependencyDashboard"
],
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 5am on monday"],
"automerge": true,
"automergeType": "branch",
"autoMergeStrategy": "squash"
},
"rangeStrategy": "replace",
"semanticCommitType": "build",
"packageRules": [
{
"matchPackagePatterns": ["*"],
"semanticCommitType": "chore"
},
{
"depTypeList": ["dependencies", "peerDependencies"],
"semanticCommitType": "fix"
},
{
"depTypeList": ["action"],
"semanticCommitType": "ci",
"semanticCommitScope": "action"
}
],
"postUpdateOptions": ["npmDedupe"]
}