Setup: create renovate-bot account and configure Renovate runner #3
Labels
No labels
dependency
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
crashmedia/opencode-docker#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Setup Checklist
Before Renovate can start auto-updating dependencies, complete these manual steps:
1. Create renovate-bot account
renovate-bot2. Generate a Personal Access Token
renovate-botrepo(Read+Write),issue(Read+Write),organization(Read)3. Configure and start Renovate
renovate/.env.exampleto.envin theopencode-dockerrepo rootRENOVATE_TOKENto the PAT from step 2RENOVATE_GITHUB_COM_TOKENfor rich changelog descriptions in PRsdocker compose -f docker-compose.renovate.yml up -d4. Verify
docker compose -f docker-compose.renovate.yml logs -fReferences