forked from dropwizard/dropwizard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
59 lines (59 loc) · 1.37 KB
/
renovate.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
{
"extends": [
"config:base",
"helpers:pinGitHubActionDigests",
":automergePatch",
":automergePr",
":automergeRequireAllStatusChecks",
":prConcurrentLimitNone",
":separatePatchReleases"
],
"baseBranches": ["release/3.0.x", "release/4.0.x", "release/5.0.x"],
"dependencyDashboard": true,
"labels": ["dependencies"],
"packageRules": [
{
"matchPackagePrefixes": ["io.dropwizard.metrics"],
"allowedVersions": "<4.3.0"
},
{
"matchManagers": ["bundler"],
"addLabels": ["ruby"]
},
{
"matchManagers": ["docker-compose", "dockerfile"],
"addLabels": ["docker"]
},
{
"matchManagers": ["maven", "maven-wrapper"],
"addLabels": ["java"]
},
{
"matchManagers": ["github-actions"],
"addLabels": ["github_actions"]
},
{
"matchManagers": ["github-actions"],
"groupName": "GitHub Actions",
"groupSlug": "github-actions"
},
{
"matchManagers": ["pip_requirements"],
"addLabels": ["python"]
},
{
"groupName": "Maven plugins",
"groupSlug": "maven-plugins",
"matchPackagePrefixes": ["org.apache.maven.plugins"]
}
],
"platformAutomerge": true,
"reviewers": ["team:committers"],
"schedule": [
"before 2am"
],
"vulnerabilityAlerts": {
"labels": ["security"],
"assignees": ["team:committers"]
}
}