Skip to content

Commit 25108c5

Browse files
authored
chore: Add next dep to renovate config (#2070)
* chore: initial * chore: format
1 parent e51eebd commit 25108c5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

renovate.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["local>netlify/renovate-config"]
3+
"extends": ["local>netlify/renovate-config"],
4+
"packageRules": [
5+
{
6+
"groupName": "Next.js",
7+
"matchPackagePatterns": ["next"],
8+
"matchUpdateTypes": ["patch", "minor"]
9+
},
10+
{
11+
"groupName": "Next.js (Major)",
12+
"matchPackagePatterns": ["next"],
13+
"matchUpdateTypes": ["major"]
14+
}
15+
]
416
}

0 commit comments

Comments
 (0)