We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
next
1 parent e51eebd commit 25108c5Copy full SHA for 25108c5
renovate.json
@@ -1,4 +1,16 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["local>netlify/renovate-config"]
+ "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
13
+ "matchUpdateTypes": ["major"]
14
+ }
15
+ ]
16
}
0 commit comments