Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
chore: ignore eslint-plugin-n major change (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
kisaiev authored Jul 21, 2023
1 parent dc74af7 commit 38bb1ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ updates:
# Ignore Hapi major updates
- dependency-name: "@hapi/hapi"
update-types: ["version-update:semver-major"]
# Ignore Node plugin for ESLint
- dependency-name: "eslint-plugin-n"
update-types: ["version-update:semver-major"]
# Ignore Semantic Release major updates
- dependency-name: "semantic-release"
update-types: ["version-update:semver-major"]

0 comments on commit 38bb1ae

Please sign in to comment.