-
Notifications
You must be signed in to change notification settings - Fork 9
/
default.json
37 lines (37 loc) · 940 Bytes
/
default.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
{
"extends": [
"config:base",
":separateMultipleMajorReleases",
":timezone(Asia/Tokyo)",
"github>hatena/renovate-config:schedule",
"github>hatena/renovate-config:automergePin",
"github>hatena/renovate-config:automergeTypesMinor",
"github>hatena/renovate-config:groupAndroidPackages",
"github>hatena/renovate-config:groupCocoaPodsPackages",
"github>hatena/renovate-config:groupGolangPackages",
"github>hatena/renovate-config:groupJest",
"github>hatena/renovate-config:groupLinters",
"github>hatena/renovate-config:postUpdateOptions",
"github>hatena/renovate-config:vulnerabilityAlerts"
],
"labels": [
"renovate"
],
"dockerfile": {
"fileMatch": [
"(^|/)Dockerfile-[^/]*$"
]
},
"npm": {
"rangeStrategy": "bump"
},
"packageRules": [
{
"groupName": "boto3",
"matchPackageNames": [
"boto3",
"botocore"
]
}
]
}