feat(renovate): add self-hosted Renovate dependency auto-update config #2
No reviewers
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!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "add-renovate-automation"
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?
Summary
Adds Renovate self-hosted configuration for automated dependency updates across crashmedia repos.
Files added:
.forgejo/workflows/build.yml— updated to includepull_requesttrigger so CI validates version-bump PRs before mergerenovate.json— per-repo Renovate config with opencode-ai package group rules, auto-merge for patch/minor deps, and security vulnerability alertsdocker-compose.renovate.yml— Docker Compose setup for running Renovate as a scheduled servicerenovate/config.js— global Renovate config targeting Forgejo platformrenovate/credentials.json— host rules for bot authenticationrenovate/.env.example— environment templateWhat Renovate will do:
Setup required before running:
renovate-botaccount on ForgejoRENOVATE_TOKENin.envdocker compose -f docker-compose.renovate.yml up -d