Skip to content

Commit

Permalink
chore: fix dependabot ignore version type (#5573)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul authored Aug 7, 2023
1 parent b67679b commit 3cd77a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ updates:
ignore:
# Для разработки v5 фиксируем 17 версию.
- dependency-name: 'react*'
update-types: ['18.x']
update-types: ['version-update:semver-major']
# Для разработки v5 фиксируем 17 версию.
- dependency-name: '@types/react*'
update-types: ['18.x']
update-types: ['version-update:semver-major']
groups:
react:
patterns:
Expand Down

0 comments on commit 3cd77a3

Please sign in to comment.