Skip to content

Commit

Permalink
chore(dependabot): disable automatic eslint 9 update (#1041)
Browse files Browse the repository at this point in the history
Currently our automated dependency updates are blocked by eslint 9 which
we can not update yet because not all of our plugins support it yet.

So we ignore it for now so all other dependencies can be updated by
dependabot again.

Follow up: #1042
  • Loading branch information
larsrickert committed May 7, 2024
1 parent 93ad5a9 commit ca8a8aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ updates:
update-types:
- major

# ignore eslint 9 update for now until it is supported by all our used plugins:
# see: https://github.com/vuejs/eslint-config-typescript/issues/76
ignore:
- dependency-name: eslint
update-types: [version-update:semver-major]

- package-ecosystem: github-actions
directory: /
schedule:
Expand Down

0 comments on commit ca8a8aa

Please sign in to comment.