From 1e2aa4e2b519d39c06aab7eddb028f79864bb37f Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 5 Feb 2023 12:26:55 +0000 Subject: [PATCH] Tools: Fixed Renovate patterns --- renovate.json5 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 49a5ccf9d..13b0eb69a 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -92,7 +92,7 @@ "com.facebook.flipper:flipper-fresco-plugin", "com.facebook.flipper:flipper-network-plugin", "com.facebook.flipper:flipper", - "com.google.code.gson:*", + "com.google.code.gson:gson", "com.google.code.gson", "de.undercouch:gradle-download-task", "jsc-android", @@ -118,7 +118,7 @@ "groupName": "buildTools", "labels": ["automerge"], "extends": ["schedule:monthly"], - "matchPackageNames": [ + "matchPackagePatterns": [ // If the apps build and all tests pass, we can assume that Yarn // and TypeScript are safe to upgrade. They are frequently // updated so having them here reduces noise. @@ -139,11 +139,10 @@ "groupName": "aws", "labels": ["automerge"], "extends": ["schedule:monthly"], - "matchPackageNames": [ + "matchPackagePatterns": [ // AWS packages are updated too frequently and we can assume minor // updates are stable. - "@aws-sdk/client-s3", - "@aws-sdk/s3-request-presigner", + "@aws-sdk/*", "aws-sdk", ], },