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
This commit is contained in:
Joey Perrott 2023-04-18 19:20:14 +00:00 committed by Jessica Janiuk
parent 85f3a38bb3
commit b1f7aa35d6

View file

@ -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": {