Prevent Dependabot from offering major updates for React Router (#1506)
This commit is contained in:
parent
754f1b3fdc
commit
75afd55850
1 changed files with 2 additions and 0 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -8,4 +8,6 @@ updates:
|
|||
interval: weekly
|
||||
ignore:
|
||||
- dependency-name: react-hook-form
|
||||
update-types: ["version-update:semver-major"]
|
||||
- dependency-name: react-router-dom
|
||||
update-types: ["version-update:semver-major"]
|
Loading…
Reference in a new issue