Skip to content

Commit

Permalink
Require renovate's master issue approval for minor typescript updates
Browse files Browse the repository at this point in the history
typescript updates need to comply with the Angular version
  • Loading branch information
manuelwedler committed Mar 2, 2021
1 parent 0f96277 commit 23d2e83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
{
"updateTypes": ["major"],
"masterIssueApproval": true
},
{
"matchPackageNames": ["typescript"],
"updateTypes": ["minor"],
"masterIssueApproval": true
}
],
"masterIssue": true,
Expand Down

0 comments on commit 23d2e83

Please sign in to comment.