d86315bca6871446f955a38317a55e6cbbef9fc6
All checks were successful
Renovate / Run Renovate (push) Successful in 21s
Renovate Config Repository Example
This directory contains example files for creating a separate renovate-config repository that will run Renovate Bot centrally for all your repositories.
Quick Start
-
Create a new repository called
renovate-configon your Gitea instance -
Copy these files to that repository:
renovate-config/ ├── config.js ├── .gitea/ │ └── workflows/ │ └── renovate.yml ├── README.md └── .gitignore -
Follow the setup instructions in
../RENOVATE.md
Files Included
config.js
Main Renovate configuration file that defines:
- Platform (gitea)
- API endpoint
- Repository discovery (autodiscover B4L/*)
- Rate limiting
- Caching
.gitea/workflows/renovate.yml
Gitea Actions workflow that:
- Runs daily at 2 AM UTC
- Uses official Renovate container
- Can be triggered manually
- Reads config.js for settings
README.md
Documentation for the renovate-config repository explaining setup and usage.
Important Notes
- This is a template - copy to a new repository, don't use in place
- Edit
config.jsto match your Gitea endpoint - Edit
autodiscoverFilterto match your organization/user - Add
RENOVATE_TOKENas repository secret - Optionally add
GITHUB_TOKENfor GitHub releases
See Full Documentation
For complete setup instructions, see:
- RENOVATE.md - Full Renovate documentation
- Official Gitea Tutorial
Description
Languages
JavaScript
100%