Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 934 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 934 Bytes

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