Renovate configuration presets
- for GitHub
- for GitLab
- go to Renovate Dashboard to add your project,
- accept Renovate Bot PR
- ✅ Automerge only when safe
- When dev dependency that is self validated by CI
- When project is following semantic-versioning and well maintained
- 🚄 Focus on productivity
- The configuration should not overburden the team by creating a great amount of PR, it should be a safe way to automate and save time
- ✓ Main Supported Technologies
- NodeJS
- Docker
- React Native & Ionic (no upgrade for native dependencies)
- 🗓️ Scheduled to run outside working hours (night and weekend)
renovate.json
JavaScript application (api, webapp, static website generator, etc):
{
"extends": [
"github>w5s/renovate-config:application"
]
}
JavaScript library :
{
"extends": [
"github>w5s/renovate-config:library"
]
}
Read the documentation to improve your configuration.
MIT © Julien Polo julien.polo@gmail.com