From b1f7aa35d60d53db787fa2d8ae8d76593d0aaaf1 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 18 Apr 2023 19:20:14 +0000 Subject: [PATCH] ci: update renovate.json (#49909) Update renovate to ignore rules_pkg bazel dep and group the babel @types packages with the babel packages themselves. PR Close #49909 --- renovate.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index ea8d5a01046..6ef6332bea9 100644 --- a/renovate.json +++ b/renovate.json @@ -45,7 +45,9 @@ "unist-util-filter", "unist-util-source", "unist-util-visit", - "unist-util-visit-parents" + "unist-util-visit-parents", + "rules_pkg", + "aspect_bazel_lib" ], "packageRules": [ { @@ -75,7 +77,7 @@ }, { - "matchPackagePrefixes": ["@babel/"], + "matchPackagePrefixes": ["@babel/", "@types/babel__"], "groupName": "babel dependencies" }, @@ -94,7 +96,7 @@ "groupName": "scorecard action dependencies", "groupSlug": "scorecard-action" }, - + { "matchPaths": ["aio/tools/examples/shared/*"], "postUpgradeTasks": {