-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdefault.json
More file actions
33 lines (25 loc) · 800 Bytes
/
default.json
File metadata and controls
33 lines (25 loc) · 800 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
33
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": ["Recommended config which is intended to be appropriate for most projects."],
"extends": [
"config:recommended",
"github>microsoft/m365-renovate-config:dependencyDashboardMajor",
"github>microsoft/m365-renovate-config:groupReact",
"github>microsoft/m365-renovate-config:newConfigWarningIssue",
"github>microsoft/m365-renovate-config:pinActions"
],
"prConcurrentLimit": 10,
"prHourlyLimit": 2,
"minimumReleaseAge": "3 days",
"printConfig": true,
"timezone": "America/Los_Angeles",
"vulnerabilityAlerts": {
"enabled": true
},
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"commitMessageTopic": "devDependency {{{depName}}}"
}
]
}