Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

mogenius Renovate Config

Shared Renovate base configuration for mogenius repositories.

Usage

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"
  ]
}

What's included

  • Recommended base config with vulnerability alerts and dependency dashboard
  • Separate PRs for major, minor, and patch updates
  • Semantic commits with build type 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 .yaml files
  • Go version range strategy set to bump
  • Custom regex managers for:
    • Inline # renovate: datasource=... annotations in any file
    • _VERSION ARG/ENV variables in Dockerfiles
    • Docker image references in YAML manifests (with digest support)
    • version_manifest.txt files
  • Timezone: Europe/Berlin

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors