Skip to content

Commit

Permalink
chore(renovate): skip problematic eslint-plugin-jsx-a11y@6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic1048 committed Jun 28, 2024
1 parent 3a669cf commit c1c0f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"automerge": false
},
{
"description": "Skip problematic eslint-plugin-jsx-a11y@6.8.0 version",
"description": "Skip problematic eslint-plugin-jsx-a11y 6.8.0 and 6.9.0 versions",
"matchPackageNames": ["eslint-plugin-jsx-a11y"],
"allowedVersions": ">6.8.0"
"allowedVersions": "!/^6\\.(8|9)\\./"
}
]
}

0 comments on commit c1c0f7b

Please sign in to comment.