Skip to content

Commit

Permalink
chore: temporarily disable updates to nx 19 and eslint 9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgavrusev committed May 18, 2024
1 parent 9481c72 commit ed3c0f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ updates:
dependency-type: 'production'
commit-message:
prefix: 'chore(deps)'
ignore:
- dependency-name: 'nx'
versions: ['>=19.0.0']
- dependency-name: '@nx/*'
versions: ['>=19.0.0']
- dependency-name: 'eslint'
versions: ['>=9.0.0']

0 comments on commit ed3c0f6

Please sign in to comment.