Skip to content

Commit

Permalink
chore(ci): Ignore eslint majors for our nestjs example (#1638)
Browse files Browse the repository at this point in the history
We need to ignore these eslint major versions until we do the full upgrade in the project.
  • Loading branch information
blaine-arcjet authored Sep 16, 2024
1 parent 6242eb4 commit 16be215
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,14 @@ updates:
dependencies:
patterns:
- "*"
ignore:
# TODO(#539): Upgrade to eslint 9
- dependency-name: eslint
versions: [">=9"]
- dependency-name: "@typescript-eslint/parser"
versions: [">=8"]
- dependency-name: "@typescript-eslint/eslint-plugin"
versions: [">=8"]

- package-ecosystem: npm
directory: /examples/nodejs-rl
Expand Down

0 comments on commit 16be215

Please sign in to comment.