Set husky explicilty to version 4.x. (#13514)
This commit is contained in:
parent
cb3b131a16
commit
d5f3894901
1 changed files with 5 additions and 0 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
|
@ -22,6 +22,11 @@ updates:
|
|||
schedule:
|
||||
interval: "weekly"
|
||||
labels: []
|
||||
ignore:
|
||||
- dependency_name: "husky"
|
||||
# Leaving this at the last v4 because the way Husky works has changed dramatically
|
||||
# We can revisit this at a later time if we really need what future upgrades offer.
|
||||
version_requirement: "4.x"
|
||||
|
||||
# Set update schedule for GitHub Actions
|
||||
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue