Skip to content

Commit c1c0f7b

Browse files
committed
chore(renovate): skip problematic eslint-plugin-jsx-a11y@6.9.0
see: jsx-eslint/eslint-plugin-jsx-a11y#959
1 parent 3a669cf commit c1c0f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
"automerge": false
5858
},
5959
{
60-
"description": "Skip problematic eslint-plugin-jsx-a11y@6.8.0 version",
60+
"description": "Skip problematic eslint-plugin-jsx-a11y 6.8.0 and 6.9.0 versions",
6161
"matchPackageNames": ["eslint-plugin-jsx-a11y"],
62-
"allowedVersions": ">6.8.0"
62+
"allowedVersions": "!/^6\\.(8|9)\\./"
6363
}
6464
]
6565
}

0 commit comments

Comments
 (0)