-
-
Notifications
You must be signed in to change notification settings - Fork 28
Renovate
LeoTM edited this page Nov 3, 2025
·
44 revisions
renovate.json5
npx json5 renovate.json5 >/dev/null 2>&1 && echo "β file is valid json5" || echo "β file has invalid json5 syntax"# https://github.com/settings/tokens
# Generate new token (classic), repo scope access only, expiration asap
docker run --rm \
-v "$(pwd):/mnt/renovate" \
-e RENOVATE_TOKEN=TOKEN \
-e RENOVATE_CONFIG_FILE=/mnt/renovate/renovate.json5 \
renovate/renovate:latest \
--base-dir=/mnt/renovate \
--autodiscover=false \
--print-config=true \
--dry-run=true \
leotm/react-native-template-new-architecturehttps://app.renovatebot.com/dashboard#github/leotm/react-native-template-typescript
https://app.renovatebot.com/dashboard#github/leotm/react-native-template-new-architecture
Master Issue
https://github.com/leotm/react-native-template-new-architecture/issues/71
"description": "Do this or these things","matchDepTypes": ["dependencies", "require?", "devDependencies", "peerDependencies", "optionalDependencies", "engines", "volta", "packageManager"],
"matchLanguages": ["python"],
"matchBaseBranches": ["master"],
"matchManagers": ["npm", "dockerfile", "bundler"],
"matchDatasources": ["npm", "rubygems", "maven", "orb"],
"matchCurrentVersion": ">=1.0.0",
"matchFiles": ["package.json"],
"matchPackageNames": ["angular"],
"matchPackagePatterns": ["*", "^angular"],
"matchPackagePrefixes": ["@types/", "angular"],
"matchPaths": ["+(package.json)"],
"matchSourceUrlPrefixes": ["https://github.com/facebook/react-native", "https://github.com/renovatebot/"],
"matchSourceUrls": ["https://github.com/facebook/react"],
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],"groupName": "some monorepo",
"enabled": false,
"automerge": false,
"dependencyDashboardApproval": true,
"assignees": ["foo.bar", "mr.robot"],"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
