https://github.com/jayllyz/renovate-config
Shareable renovate config.
https://github.com/jayllyz/renovate-config
renovate
Last synced: 3 months ago
JSON representation
Shareable renovate config.
- Host: GitHub
- URL: https://github.com/jayllyz/renovate-config
- Owner: Jayllyz
- License: unlicense
- Created: 2024-10-01T13:19:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-12T15:51:06.000Z (6 months ago)
- Last Synced: 2025-07-13T06:09:28.872Z (3 months ago)
- Topics: renovate
- Homepage: https://docs.renovatebot.com/
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Renovate Configuration
This repository uses [Renovate](https://docs.renovatebot.com/) for automated dependency updates.
## Main Features
1. **Timezone and Schedule**: Set to Europe/Paris, running before 9am on Mondays.
2. **Extended Configurations**:
- Uses recommended config
- Custom manager for Biome versions (pin biome deps)
- Groups all non-major updates
- Uses semantic commit type "chore"
3. **Automerge**: Enabled for non-major updates.
4. **Lock File Maintenance**: Runs monthly with automerge enabled.
5. **Dependency Dashboard**: Enabled for better visibility.
6. **Post Update Actions**: Runs `pnpm dedupe` after updates.
7. **Custom Managers**: Includes a custom regex manager for Rust toolchain updates.
8. **Package Rules**:
- Groups GitHub Actions updates
- Custom schedule for Rust toolchain updates## Usage
```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>Jayllyz/renovate-config"]
}
```For more detailed information on Renovate configuration options, please refer to the [Renovate documentation](https://docs.renovatebot.com/).