fix(dependabot): limit limiter updates

This commit is contained in:
Joe Previte 2021-05-20 11:57:53 -07:00
parent 6e9e891684
commit 75e6ab1197
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -26,3 +26,7 @@ updates:
# We can't use it until we switch to ESM across the project # 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 # See release notes: https://github.com/sindresorhus/xdg-basedir/releases/tag/v5.0.0
versions: ["5.x"] versions: ["5.x"]
- dependency-name: "limiter"
# 2.0.0 has breaking changes
# so we can't update yet.
versions: ["2.x"]