go-renovate-config

Renovate config for Go and Kubernetes

APACHE-2.0 License

Stars
3

go-renovate-config validate

This is a config of Renovate for Go and Kubernetes project.

Getting Started

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:recommended",
    "github>int128/go-renovate-config",
  ],
}

Flavors

Update go directive in go.mod

    "github>int128/go-renovate-config:go-directive",

GitHub Actions workflows

    "github>int128/go-renovate-config:github-actions",

Kubernetes specific rules

    "github>int128/go-renovate-config:kubernetes",

Update GitHub Releases in README

    "github>int128/go-renovate-config:doc-github-releases",

Update GitHub Releases in kustomization.yaml

    "github>int128/go-renovate-config:kustomization-github-releases",