Skip to content

Commit

Permalink
add eslint group for dependapot (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
MajedAlaitwniCap authored Mar 1, 2024
1 parent b9e3013 commit f7cce86
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 @@ -24,6 +24,10 @@ updates:
- '@nestjs/common'
- '@nestjs/platform-express'
- '@nestjs/testing'
eslint:
patterns:
- '@typescript-eslint/parser'
- '@typescript-eslint/eslint-plugin'
ignore:
# Causes warnings during dependency resolution (at least in 3.12.x)
- dependency-name: 'nest-commander'

0 comments on commit f7cce86

Please sign in to comment.