Mend Renovate provides security and dependency pull requests like Dependabot, but is more configurable. At NR we offer the self-hosted version for many of our repos in the bcgov org and the GitHub app for other orgs. This could be an opportunity for us to collaborate with you. :)
Please enable on all teams in the org using these settings:
- Visit https://developer.mend.io/
- Select bcgov
- Settings (gear)
- Renovate tab
- Enable: true
- Mode: interactive
- Repository Onboarding: Scan repos with config file
Common config for NR and sample renovate.json:
https://github.com/bcgov/renovate-config
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Presets from https://github.com/bcgov/renovate-config",
"extends": [
"github>bcgov/renovate-config"
]
}