Skip to content

Commit 41f78a3

Browse files
authored
chore: Disable major updates for eslint (#931)
Signed-off-by: Andrew Haines <[email protected]>
1 parent 8ec5d62 commit 41f78a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
"matchUpdateTypes": ["major"],
5050
"enabled": false
5151
},
52+
{
53+
"description": "eslint v9 is not widely supported by plugins yet",
54+
"matchPackageNames": ["eslint"],
55+
"matchUpdateTypes": ["major"],
56+
"enabled": false
57+
},
5258
{
5359
"description": "eslint-plugin-vitest only supports flat config from v0.5.0 (https://github.com/veritem/eslint-plugin-vitest/issues/414).",
5460
"matchPackageNames": ["eslint-plugin-vitest"],

0 commit comments

Comments
 (0)