diff --git a/renovate.json5 b/renovate.json5 index 495d8552db6..a0ad69584a9 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -87,7 +87,7 @@ }, // @typescript-eslint@6 drops support for node v14. We can take this when we drop node v14 support. { - matchPackageNames: ["^@typescript-eslint"], + matchPackageNames: ["/^@typescript-eslint/"], allowedVersions: "5.x" }, // cspell@7 drops support for node v14. We can take this when we drop node v14 support.