-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata-team.json
More file actions
41 lines (41 loc) · 995 Bytes
/
data-team.json
File metadata and controls
41 lines (41 loc) · 995 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
34
35
36
37
38
39
40
41
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>SonarSource/renovate-config:default",
":dependencyDashboard",
":separateMultipleMajorReleases",
":combinePatchMinorReleases",
":approveMajorUpdates",
":renovatePrefix"
],
"schedule": [
"* 1-9 * * 1"
],
"automerge": false,
"addLabels": [
"renovate-dependencies"
],
"vulnerabilityAlerts": {
"enabled": true,
"labels": [
"renovate-vulnerability-alert"
]
},
"packageRules": [
{
"description": "Wait for 5 days after a release before updating",
"matchUpdateTypes": [
"patch",
"minor",
"major"
],
"minimumReleaseAge": "5 days"
},
{
"matchManagers": [
"poetry"
],
"enabled": false
}
]
}