Shared Renovate base configuration for mogenius repositories.
Add the following to your repository's renovate.json:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>mogenius/renovate-config//presets/gitops.json#main"
],
"reviewers": [
"@your-reviewer"
]
}- Recommended base config with vulnerability alerts and dependency dashboard
- Separate PRs for major, minor, and patch updates
- Semantic commits with
buildtype and sign-off - Labels on PRs:
renovate,manager:<name>,updateType:<type> - Lock file maintenance enabled
- GitHub Actions pinned to digest (no auto-digest bumps)
- ArgoCD manifest support for
.yamlfiles - Go version range strategy set to
bump - Custom regex managers for:
- Inline
# renovate: datasource=...annotations in any file _VERSIONARG/ENV variables in Dockerfiles- Docker image references in YAML manifests (with digest support)
version_manifest.txtfiles
- Inline
- Timezone:
Europe/Berlin