Skip to content

Commit

Permalink
ci(dependabot): ignore eslint-plugin-react-compiler 0.0.0 (#7540)
Browse files Browse the repository at this point in the history
Игнорируем https://www.npmjs.com/package/eslint-plugin-react-compiler/v/0.0.0 (это самый первый релиз), чтобы использовать только экспериментальные версии и версии выше.

А то **Dependabot** решил удалить постфикс `-experimental`.
  • Loading branch information
inomdzhon authored Sep 9, 2024
1 parent 14aaa95 commit 92a647a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ updates:
# Для разработки v6 фиксируем 18 версию.
- dependency-name: '@types/react*'
update-types: ['version-update:semver-major']
# Игнорируем https://www.npmjs.com/package/eslint-plugin-react-compiler/v/0.0.0 (это самый первый релиз),
# чтобы использовать только экспериментальные версии и версии выше.
- dependency-name: 'eslint-plugin-react-compiler'
versions: ['0.0.0']
groups:
react:
patterns:
Expand Down

0 comments on commit 92a647a

Please sign in to comment.