Topic
Step-by-step guide for adding a new Go repository to the centralized Renovate toolchain patch automation in org-infra.
Target Audience
ComplyTime maintainers who need to onboard a new Go repository to automated toolchain patching.
Suggested Structure
- Prerequisites: GitHub App (
complytime-renovate[bot]) installed, org-infra repo access
- Step 1: Add the repository to
renovate-config.js repositories array
- Step 2: Install the GitHub App on the target repository
- Step 3: Trigger a manual dry-run to verify configuration
- Step 4: Inspect the Renovate report artifact
- Step 5: Verify the first automated PR appears on the next daily run
- Troubleshooting: Common issues (onboarding PR, CI not triggering, no updates found)
Prerequisites
- Access to org-infra repository
- GitHub org admin (to install the App on new repos)
gh CLI installed
Reference
Topic
Step-by-step guide for adding a new Go repository to the centralized Renovate toolchain patch automation in org-infra.
Target Audience
ComplyTime maintainers who need to onboard a new Go repository to automated toolchain patching.
Suggested Structure
complytime-renovate[bot]) installed, org-infra repo accessrenovate-config.jsrepositories arrayPrerequisites
ghCLI installedReference
docs/RENOVATE_GO_TOOLCHAIN.md(sections: Adding a new Go repository, Manual dispatch, Troubleshooting)