|
1 | 1 | {
|
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
3 | 3 | "extends": [
|
4 |
| - "config:base" |
| 4 | + "config:recommended" |
5 | 5 | ],
|
6 | 6 | "timezone": "Australia/Sydney",
|
7 |
| - "schedule": ["before 6am on wednesday"], |
| 7 | + "schedule": [ |
| 8 | + "before 6am on wednesday" |
| 9 | + ], |
8 | 10 | "prHourlyLimit": 0,
|
9 | 11 | "prConcurrentLimit": 20,
|
10 |
| - "labels": ["dependencies"], |
11 |
| - "postUpdateOptions": ["gomodTidy"], |
| 12 | + "labels": [ |
| 13 | + "dependencies" |
| 14 | + ], |
| 15 | + "postUpdateOptions": [ |
| 16 | + "gomodTidy" |
| 17 | + ], |
12 | 18 | "osvVulnerabilityAlerts": true,
|
13 | 19 | "lockFileMaintenance": {
|
14 | 20 | "enabled": true,
|
15 |
| - "schedule": ["before 6am on wednesday"], |
| 21 | + "schedule": [ |
| 22 | + "before 6am on wednesday" |
| 23 | + ], |
16 | 24 | "groupName": "lockfile maintenance"
|
17 | 25 | },
|
18 | 26 | "git-submodules": {
|
19 | 27 | "enabled": false
|
20 | 28 | },
|
21 | 29 | "packageRules": [
|
22 | 30 | {
|
23 |
| - "matchUpdateTypes": ["major"], |
| 31 | + "matchUpdateTypes": [ |
| 32 | + "major" |
| 33 | + ], |
24 | 34 | "enabled": false
|
25 | 35 | },
|
26 | 36 | {
|
27 |
| - "matchFileNames": ["gcp/website/**"], |
28 |
| - "matchCategories": ["python"], |
| 37 | + "matchFileNames": [ |
| 38 | + "gcp/website/**" |
| 39 | + ], |
| 40 | + "matchCategories": [ |
| 41 | + "python" |
| 42 | + ], |
29 | 43 | "groupName": "website-backend"
|
30 | 44 | },
|
31 | 45 | {
|
32 |
| - "matchFileNames": ["gcp/website/**"], |
33 |
| - "matchCategories": ["js"], |
| 46 | + "matchFileNames": [ |
| 47 | + "gcp/website/**" |
| 48 | + ], |
| 49 | + "matchCategories": [ |
| 50 | + "js" |
| 51 | + ], |
34 | 52 | "groupName": "website-frontend"
|
35 | 53 | },
|
36 | 54 | {
|
37 |
| - "matchFileNames": ["gcp/api/**"], |
38 |
| - "matchPackageNames": ["grpcio*"], |
| 55 | + "matchFileNames": [ |
| 56 | + "gcp/api/**" |
| 57 | + ], |
| 58 | + "matchPackageNames": [ |
| 59 | + "grpcio*" |
| 60 | + ], |
39 | 61 | "enabled": false
|
40 | 62 | },
|
41 | 63 | {
|
42 |
| - "matchFileNames": ["gcp/api/**"], |
| 64 | + "matchFileNames": [ |
| 65 | + "gcp/api/**" |
| 66 | + ], |
43 | 67 | "groupName": "api"
|
44 | 68 | },
|
45 | 69 | {
|
46 |
| - "matchFileNames": ["gcp/functions/**"], |
| 70 | + "matchFileNames": [ |
| 71 | + "gcp/functions/**" |
| 72 | + ], |
47 | 73 | "groupName": "functions"
|
48 | 74 | },
|
49 | 75 | {
|
50 |
| - "matchFileNames": ["docker/**"], |
51 |
| - "matchCategories": ["python"], |
| 76 | + "matchFileNames": [ |
| 77 | + "docker/**" |
| 78 | + ], |
| 79 | + "matchCategories": [ |
| 80 | + "python" |
| 81 | + ], |
52 | 82 | "groupName": "workers"
|
53 | 83 | },
|
54 | 84 | {
|
55 |
| - "matchFileNames": ["docker/**"], |
56 |
| - "matchCategories": ["golang"], |
| 85 | + "matchFileNames": [ |
| 86 | + "docker/**" |
| 87 | + ], |
| 88 | + "matchCategories": [ |
| 89 | + "golang" |
| 90 | + ], |
57 | 91 | "groupName": "indexer"
|
58 | 92 | },
|
59 | 93 | {
|
60 |
| - "matchFileNames": ["vulnfeeds/**"], |
| 94 | + "matchFileNames": [ |
| 95 | + "vulnfeeds/**" |
| 96 | + ], |
61 | 97 | "groupName": "vulnfeeds"
|
62 | 98 | },
|
63 | 99 | {
|
64 |
| - "matchFileNames": ["docs/**"], |
| 100 | + "matchFileNames": [ |
| 101 | + "docs/**" |
| 102 | + ], |
65 | 103 | "groupName": "docs"
|
66 | 104 | },
|
67 | 105 | {
|
68 |
| - "matchFileNames": ["tools/**"], |
| 106 | + "matchFileNames": [ |
| 107 | + "tools/**" |
| 108 | + ], |
69 | 109 | "groupName": "tools"
|
70 | 110 | },
|
71 | 111 | {
|
72 |
| - "matchFileNames": ["deployment/terraform/**"], |
| 112 | + "matchFileNames": [ |
| 113 | + "deployment/terraform/**" |
| 114 | + ], |
73 | 115 | "groupName": "terraform"
|
74 | 116 | },
|
75 | 117 | {
|
76 |
| - "matchFileNames": [".github/**"], |
| 118 | + "matchFileNames": [ |
| 119 | + ".github/**" |
| 120 | + ], |
77 | 121 | "groupName": "workflows"
|
78 | 122 | },
|
79 | 123 | {
|
80 |
| - "matchFileNames": ["pyproject.toml"], |
| 124 | + "matchFileNames": [ |
| 125 | + "pyproject.toml" |
| 126 | + ], |
81 | 127 | "groupName": "osv-lib"
|
82 | 128 | },
|
83 | 129 | {
|
84 |
| - "matchDatasources": ["docker"], |
85 |
| - "matchPackageNames": ["python"], |
| 130 | + "matchDatasources": [ |
| 131 | + "docker" |
| 132 | + ], |
| 133 | + "matchPackageNames": [ |
| 134 | + "python" |
| 135 | + ], |
86 | 136 | "enabled": false
|
87 | 137 | }
|
88 | 138 | ]
|
|
0 commit comments