-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmaintenance.json
70 lines (59 loc) · 2 KB
/
maintenance.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"automergeForCI": {
"description": "Optimize settings for GitHub PRs and merge queues.",
"automergeType": "pr",
"platformAutomerge": true,
"prCreation": "immediate",
"rebaseWhen": "conflicted"
},
"automergeNonMajorUpdates": {
"description": "[DEPRECATED-maintenance] Automerge all update types except `major` and unstable (`0.x.x`) versions."
},
"dashboardApprovalForMajorUpdates": {
"description": "[DEPRECATED-maintenance] Enable dependency dashboard approval for major updates."
},
"default": {
"description": "Include default config presets for repository maintenance.",
"extends": [
":rebaseStalePrs",
":prNotPending",
":prHourlyLimitNone",
":updateNotScheduled",
":enableVulnerabilityAlertsWithLabel(security)"
],
"addLabels": ["dependencies"],
"configMigration": true,
"configWarningReuseIssue": false,
"dependencyDashboardTitle": "Renovate Dashboard",
"prConcurrentLimit": 5,
"recreateClosed": true,
"assigneesFromCodeOwners": true,
"assigneesSampleSize": 1,
"reviewersFromCodeOwners": true,
"reviewersSampleSize": 1,
"timezone": "America/Phoenix"
},
"pinGitHubActionDigestsToSemver": {
"description": "[DEPRECATED-maintenance] Pin GitHub Action digests to SemVer versions."
},
"security": {
"description": "Enable security updates from vulnerability alerts.",
"extends": [":enableVulnerabilityAlertsWithLabel(security)"],
"dependencyDashboardOSVVulnerabilitySummary": "none",
"osvVulnerabilityAlerts": false
},
"weeklyLockFileUpdates": {
"description": "Perform lock file maintenance every week.",
"lockFileMaintenance": {
"enabled": true,
"addLabels": ["automerge", "scheduled"],
"automerge": true,
"platformAutomerge": true,
"rebaseWhen": "behind-base-branch",
"schedule": ["before 3am on Monday"],
"prBodyDefinitions": {
"Change": "All lock files updated (every Monday before 3 AM)"
}
}
}
}