Skip to content

Commit 76f5111

Browse files
authored
build: configure renovate to update bazel dependencies (#25176)
1 parent 23dc031 commit 76f5111

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)