Skip to content

Commit

Permalink
ci(renovate): don't automerge typedoc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GerkinDev committed Jun 27, 2022
1 parent ddd635e commit 5ec724b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@
"matchDatasources": ["npm"],
"stabilityDays": 3
},
{ // Prevent automerge for typedoc updates
"matchPackagePatterns": ["typedoc"],
"automerge": false
},
]
}

0 comments on commit 5ec724b

Please sign in to comment.