Skip to content

Commit 7120612

Browse files
committed
chore: disable major updates for React, Next.js, and Tailwind CSS
1 parent 26a999b commit 7120612

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,21 @@
1919
{
2020
"matchUpdateTypes": ["minor"],
2121
"schedule": ["before 3am on Monday"]
22+
},
23+
{
24+
"matchPackageNames": ["react", "react-dom", "@types/react", "@types/react-dom"],
25+
"matchUpdateTypes": ["major"],
26+
"enabled": false
27+
},
28+
{
29+
"matchPackageNames": ["next", "eslint-config-next"],
30+
"matchUpdateTypes": ["major"],
31+
"enabled": false
32+
},
33+
{
34+
"matchPackageNames": ["tailwindcss", "@tailwindcss/typography"],
35+
"matchUpdateTypes": ["major"],
36+
"enabled": false
2237
}
2338
],
2439
"lockFileMaintenance": {

0 commit comments

Comments
 (0)