Skip to content

Commit 4e49a91

Browse files
committed
build: configure renovate to update bazel dependencies (#25176)
(cherry picked from commit 76f5111)
1 parent 12cfcff commit 4e49a91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"groupName": "angular shared dev-infra code",
2727
"enabled": true
2828
},
29+
{
30+
"matchPackagePatterns": ["^@bazel/.*", "^build_bazel.*"],
31+
"groupName": "bazel setup",
32+
"enabled": true
33+
},
2934
{
3035
"matchPaths": [".github/workflows/scorecard.yml"],
3136
"matchPackagePatterns": ["*"],

0 commit comments

Comments
 (0)