Skip to content

Commit 8e128de

Browse files
authored
chore(config): migrate Renovate config (#524)
2 parents 088361e + a30eff3 commit 8e128de

File tree

1 file changed

+12
-22
lines changed

1 file changed

+12
-22
lines changed

renovate.json

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:best-practices"
5-
],
6-
"baseBranchPatterns": [
7-
"main",
8-
"vertexai",
9-
"feat/openai"
10-
],
3+
"extends": ["config:best-practices"],
4+
"baseBranchPatterns": ["main", "vertexai", "feat/openai"],
115
"platformAutomerge": true,
126
"dependencyDashboard": true,
137
"vulnerabilityAlerts": {
@@ -29,7 +23,9 @@
2923
{
3024
"description": "Always auto-merge security updates if CI was successful",
3125
"matchUpdateTypes": ["major", "minor", "patch"],
32-
"vulnerabilityAlerts": true,
26+
"vulnerabilityAlerts": {
27+
"enabled": true
28+
},
3329
"automerge": true
3430
},
3531
{
@@ -39,12 +35,10 @@
3935
"next",
4036
"react",
4137
"react-dom",
42-
"eslint-config-next"
43-
],
44-
"matchPackagePatterns": [
45-
"^@next/",
46-
"^@types/react",
47-
"^@types/react-dom"
38+
"eslint-config-next",
39+
"/^@next//",
40+
"/^@types/react/",
41+
"/^@types/react-dom/"
4842
]
4943
},
5044
{
@@ -53,18 +47,14 @@
5347
"matchPackageNames": [
5448
"tailwindcss",
5549
"postcss",
56-
"autoprefixer"
57-
],
58-
"matchPackagePatterns": [
59-
"^@tailwindcss/"
50+
"autoprefixer",
51+
"/^@tailwindcss//"
6052
]
6153
},
6254
{
6355
"groupName": "Docker image updates",
6456
"groupSlug": "docker-images",
65-
"matchDatasources": [
66-
"docker"
67-
]
57+
"matchDatasources": ["docker"]
6858
}
6959
],
7060
"dockerfile": {

0 commit comments

Comments
 (0)