-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrenovate-config.json
38 lines (38 loc) · 1.15 KB
/
renovate-config.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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Default configuration for repositories in the InteractionDesignFoundation organisation",
"extends": [
":dependencyDashboard",
":ignoreModulesAndTests",
":automergeMinor",
":automergeBranch",
":rebaseStalePrs",
":semanticCommitsDisabled",
":separateMajorReleases",
":combinePatchMinorReleases",
":enableVulnerabilityAlerts",
":timezone(UTC)",
":gitSignOff",
":label(dependencies)",
"group:allNonMajor"
],
"commitBodyTable": true,
"lockFileMaintenance": {
"enabled": true,
"extends": [
"schedule:weekly"
]
},
"platformAutomerge": true,
"prFooter": "[Read more information](https://github.com/InteractionDesignFoundation/.github/blob/main/RENOVATE.md) about the use of [Renovate Bot](https://github.com/renovatebot/renovate) within InteractionDesignFoundation.",
"rangeStrategy": "replace",
"rollbackPrs": true,
"vulnerabilityAlerts": {
"extends": [
":automergeDisabled",
":automergePr",
":labels(Awaiting Maintainer Response, security)"
],
"rangeStrategy": "bump"
}
}