Skip to content

Commit

Permalink
ci: don't try and bump eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 2, 2024
1 parent 6cc386a commit 6bfa417
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 @@ -33,6 +33,10 @@ updates:
prefix: chore(deps)
prefix-development: chore(deps-dev)
ignore:
# Blocked on this until we can bump our shared ESLint config to support ESLint 9
- dependency-name: eslint
versions:
- '>= 8'
# There are ProxyAgent discrepancies between undici@6 and
# the Node.js fetch implementation (which uses undici@5).
# Until we use undici itself for fetch calls, we should
Expand Down

0 comments on commit 6bfa417

Please sign in to comment.