Skip to content

Commit

Permalink
build: configure renovate to update bazel dependencies (#25176)
Browse files Browse the repository at this point in the history
(cherry picked from commit 76f5111)
  • Loading branch information
devversion committed Jun 28, 2022
1 parent 6f38cb1 commit a825bec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"groupName": "angular shared dev-infra code",
"enabled": true
},
{
"matchPackagePatterns": ["^@bazel/.*", "^build_bazel.*"],
"groupName": "bazel setup",
"enabled": true
},
{
"matchPaths": [".github/workflows/scorecard.yml"],
"matchPackagePatterns": ["*"],
Expand Down

0 comments on commit a825bec

Please sign in to comment.