Skip to content

Commit

Permalink
omit eslint-plugin-n from dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BPScott committed Nov 24, 2023
1 parent c0b0bb7 commit 4d10914
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ updates:
- dependency-name: 'stylelint'
- dependency-name: 'prettier'
- dependency-name: 'prettier-linter-helpers'
# Strip ansi v7 is esm only, lets not rewrite tests just to deal with that
# strip-ansi v7 is esm only, lets not rewrite tests just to deal with that
- dependency-name: 'strip-ansi'
# eslint-plugin-n v16 drops support for node 14, keep this till we drop
# support too
- dependency-name: 'eslint-plugin-n'
groups:
dev-dependencies:
dependency-type: development
Expand Down

0 comments on commit 4d10914

Please sign in to comment.