Skip to content

int128/go-renovate-config

Repository files navigation

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:base",
    ":label(renovate/{{depName}})",
    "github>int128/go-renovate-config",
  ],
}

Flavors

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",