Merge pull request #3430 from cdr/jsjoeio/limiter-updates
fix(dependabot): limit limiter updates
This commit is contained in:
commit
8f3de91775
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -26,3 +26,7 @@ updates:
|
||||
# We can't use it until we switch to ESM across the project
|
||||
# See release notes: https://github.com/sindresorhus/xdg-basedir/releases/tag/v5.0.0
|
||||
versions: ["5.x"]
|
||||
- dependency-name: "limiter"
|
||||
# 2.0.0 has breaking changes
|
||||
# so we can't update yet.
|
||||
versions: ["2.x"]
|
||||
|
Reference in New Issue
Block a user