mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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:
committed by
Jessica Janiuk
parent
85f3a38bb3
commit
b1f7aa35d6
+5
-3
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user