Skip to content

Commit

Permalink
chore: Add next dep to renovate config (#2070)
Browse files Browse the repository at this point in the history
* chore: initial

* chore: format
  • Loading branch information
LekoArts committed Apr 27, 2023
1 parent e51eebd commit 25108c5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>netlify/renovate-config"]
"extends": ["local>netlify/renovate-config"],
"packageRules": [
{
"groupName": "Next.js",
"matchPackagePatterns": ["next"],
"matchUpdateTypes": ["patch", "minor"]
},
{
"groupName": "Next.js (Major)",
"matchPackagePatterns": ["next"],
"matchUpdateTypes": ["major"]
}
]
}

0 comments on commit 25108c5

Please sign in to comment.