Skip to content

Renovate

LeoTM edited this page Mar 19, 2022 · 44 revisions

Capture

Config

Dashboard

https://app.renovatebot.com/dashboard#github/leotm/react-native-template-typescript

Dependency Dashboard

Master Issue

https://github.com/leotm/react-native-template-typescript/issues/71

Snippets

"description": "Do these things",
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "rollback"],
"enabled": false
"automerge": false
"dependencyDashboardApproval": true
"assignees": ["foo.bar", "mr.robot"]

Request or contribute

"prCreation": "debounce{{arg0}}"
"automerge": "debounce{{arg0}}"
  • Where {{arg0}} is in e.g. seconds
  • A way to modify/add a delay, to ensure monorepos created/merged together in 1
  • Seems to already work for renovate monorepo presets

Clone this wiki locally