Skip to content

Commit

Permalink
build: update pullapprove to assign caretakers to renovate PRs (#44866)
Browse files Browse the repository at this point in the history
Automatically assign renovate generated PRs to the current caretakers.

PR Close #44866
  • Loading branch information
josephperrott authored and thePunderWoman committed Apr 11, 2022
1 parent 20fbb4c commit 0fed2ba
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .pullapprove.yml
Expand Up @@ -199,6 +199,22 @@ groups:
- twerske # Emma Twersky
- zarend # Zach Arend

# =========================================================
# Renovate PRs
#
# All renovate PRs will be assigned to the current
# caretakers for review.
# =========================================================
renovate-changes:
<<: *defaults
conditions:
- *can-be-global-approved
- *can-be-global-docs-approved
- author in ["renovate[bot]"]
reviewers:
teams:
- angular-caretaker

# =========================================================
# Framework: Animations
# =========================================================
Expand Down

0 comments on commit 0fed2ba

Please sign in to comment.