Skip to content

Commit 88f4b5c

Browse files
committed
chore(config): migrate config renovate.json
1 parent b34d078 commit 88f4b5c

File tree

1 file changed

+76
-26
lines changed

1 file changed

+76
-26
lines changed

renovate.json

Lines changed: 76 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,138 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
],
66
"timezone": "Australia/Sydney",
7-
"schedule": ["before 6am on wednesday"],
7+
"schedule": [
8+
"before 6am on wednesday"
9+
],
810
"prHourlyLimit": 0,
911
"prConcurrentLimit": 20,
10-
"labels": ["dependencies"],
11-
"postUpdateOptions": ["gomodTidy"],
12+
"labels": [
13+
"dependencies"
14+
],
15+
"postUpdateOptions": [
16+
"gomodTidy"
17+
],
1218
"osvVulnerabilityAlerts": true,
1319
"lockFileMaintenance": {
1420
"enabled": true,
15-
"schedule": ["before 6am on wednesday"],
21+
"schedule": [
22+
"before 6am on wednesday"
23+
],
1624
"groupName": "lockfile maintenance"
1725
},
1826
"git-submodules": {
1927
"enabled": false
2028
},
2129
"packageRules": [
2230
{
23-
"matchUpdateTypes": ["major"],
31+
"matchUpdateTypes": [
32+
"major"
33+
],
2434
"enabled": false
2535
},
2636
{
27-
"matchFileNames": ["gcp/website/**"],
28-
"matchCategories": ["python"],
37+
"matchFileNames": [
38+
"gcp/website/**"
39+
],
40+
"matchCategories": [
41+
"python"
42+
],
2943
"groupName": "website-backend"
3044
},
3145
{
32-
"matchFileNames": ["gcp/website/**"],
33-
"matchCategories": ["js"],
46+
"matchFileNames": [
47+
"gcp/website/**"
48+
],
49+
"matchCategories": [
50+
"js"
51+
],
3452
"groupName": "website-frontend"
3553
},
3654
{
37-
"matchFileNames": ["gcp/api/**"],
38-
"matchPackageNames": ["grpcio*"],
55+
"matchFileNames": [
56+
"gcp/api/**"
57+
],
58+
"matchPackageNames": [
59+
"grpcio*"
60+
],
3961
"enabled": false
4062
},
4163
{
42-
"matchFileNames": ["gcp/api/**"],
64+
"matchFileNames": [
65+
"gcp/api/**"
66+
],
4367
"groupName": "api"
4468
},
4569
{
46-
"matchFileNames": ["gcp/functions/**"],
70+
"matchFileNames": [
71+
"gcp/functions/**"
72+
],
4773
"groupName": "functions"
4874
},
4975
{
50-
"matchFileNames": ["docker/**"],
51-
"matchCategories": ["python"],
76+
"matchFileNames": [
77+
"docker/**"
78+
],
79+
"matchCategories": [
80+
"python"
81+
],
5282
"groupName": "workers"
5383
},
5484
{
55-
"matchFileNames": ["docker/**"],
56-
"matchCategories": ["golang"],
85+
"matchFileNames": [
86+
"docker/**"
87+
],
88+
"matchCategories": [
89+
"golang"
90+
],
5791
"groupName": "indexer"
5892
},
5993
{
60-
"matchFileNames": ["vulnfeeds/**"],
94+
"matchFileNames": [
95+
"vulnfeeds/**"
96+
],
6197
"groupName": "vulnfeeds"
6298
},
6399
{
64-
"matchFileNames": ["docs/**"],
100+
"matchFileNames": [
101+
"docs/**"
102+
],
65103
"groupName": "docs"
66104
},
67105
{
68-
"matchFileNames": ["tools/**"],
106+
"matchFileNames": [
107+
"tools/**"
108+
],
69109
"groupName": "tools"
70110
},
71111
{
72-
"matchFileNames": ["deployment/terraform/**"],
112+
"matchFileNames": [
113+
"deployment/terraform/**"
114+
],
73115
"groupName": "terraform"
74116
},
75117
{
76-
"matchFileNames": [".github/**"],
118+
"matchFileNames": [
119+
".github/**"
120+
],
77121
"groupName": "workflows"
78122
},
79123
{
80-
"matchFileNames": ["pyproject.toml"],
124+
"matchFileNames": [
125+
"pyproject.toml"
126+
],
81127
"groupName": "osv-lib"
82128
},
83129
{
84-
"matchDatasources": ["docker"],
85-
"matchPackageNames": ["python"],
130+
"matchDatasources": [
131+
"docker"
132+
],
133+
"matchPackageNames": [
134+
"python"
135+
],
86136
"enabled": false
87137
}
88138
]

0 commit comments

Comments
 (0)