Skip to content

Renovate

LeoTM edited this page Mar 24, 2022 · 40 revisions

Capture

Config

renovate.json

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 this or these things",
"matchDepTypes": ["dependencies", "devDependencies", "peerDependencies", "optionalDependencies", "engines", "volta", "packageManager"],
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "rollback"],
"groupName": "some monorepo",
"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