Skip to content

Commit

Permalink
fix(Renovate): Correct team reviewer syntax
Browse files Browse the repository at this point in the history
According to Renovate's official documentation: "If you're assigning a
team to review on GitHub, you must use the prefix team: and add the last
part of the team name."

~ https://docs.renovatebot.com/configuration-options/#reviewers
  • Loading branch information
Kurt-von-Laven committed Sep 3, 2023
1 parent 17555d5 commit cf7aa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"extends": [
"config:base",
":assignee(Kurt-von-Laven)",
":reviewer(ScribeMD/dependency-management)",
":reviewer(team:dependency-management)",
"helpers:disableTypesNodeMajor"
],
"addLabels": ["dependencies"],
Expand Down

0 comments on commit cf7aa86

Please sign in to comment.