From 8201bd4e34b03363374948849c062fd35f764a6f Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Thu, 25 May 2023 08:45:52 -0400 Subject: [PATCH] Match with Renovate package names (#5506) --- .github/renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index ce9c3f63d1..81dea67731 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -29,17 +29,17 @@ "matchUpdateTypes": ["minor", "patch"] }, { - "packageNames": ["typescript"], + "matchPackageNames": ["typescript"], "matchUpdateTypes": ["major", "minor"], "enabled": false }, { - "packageNames": ["typescript"], + "matchPackageNames": ["typescript"], "matchUpdateTypes": "patch" }, { "groupName": "jest", - "packageNames": ["@types/jest", "jest", "ts-jest", "jest-preset-angular"], + "matchPackageNames": ["@types/jest", "jest", "ts-jest", "jest-preset-angular"], "matchUpdateTypes": "major" } ],