-
Notifications
You must be signed in to change notification settings - Fork 2
/
renovate.json
38 lines (38 loc) · 986 Bytes
/
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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"github>Omochice/renovate-config:deno",
"github>aquaproj/aqua-renovate-config:file#2.3.1(aqua/.*\\.ya?ml|aqua\\.yaml)",
"github>aquaproj/aqua-renovate-config:aqua-renovate-config#2.3.1(renovate\\.json)",
"github>aquaproj/aqua-renovate-config:installer-script#2.3.1(Makefile)"
],
"timezone": "Asia/Tokyo",
"dependencyDashboard": false,
"automerge": true,
"branchConcurrentLimit": 0,
"packageRules": [
{
"matchFileNames": [
"**/deps.ts",
"config/nvim/denops/user/*.ts"
],
"groupName": "deno dependencies."
},
{
"matchFileNames": [
"home/package.json"
],
"groupName": "all package.json dependencies."
},
{
"matchFileNames": [
"aqua.yaml",
"config/aqua/config.yaml",
"Makefile",
"renovate.json"
],
"groupName": "aqua"
}
]
}