{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "assignees": [ "volker.raschek" ],
  "labels": [ "renovate" ],
  "packageRules": [
    {
      "addLabels": [ "renovate/droneci", "renovate/automerge" ],
      "automerge": true,
      "matchManagers": "droneci",
      "matchUpdateTypes": [ "minor", "patch"]
    },
    {
      "description": "Automatically update patch version of used container images in docker files",
      "addLabels": [ "renovate/container-image", "renovate/automerge" ],
      "automerge": true,
      "matchManagers": [ "dockerfile" ],
      "matchUpdateTypes": [ "minor", "patch" ]
    },
    {
      "description": "Automatically update minor and patch versions of go modules",
      "addLabels": [ "renovate/gomod", "renovate/automerge" ],
      "automerge": true,
      "matchManagers": [ "gomod" ],
      "matchUpdateTypes": [ "minor", "patch" ]
    },
    {
      "description": "Disable major update version of go modules",
      "enabled": false,
      "matchManagers": [ "gomod" ],
      "matchPackageNames": [
        "gopkg.in/yaml.v2"
      ]
    }
  ],
  "postUpdateOptions": [
    "gomodTidy"
  ],
  "rebaseLabel": "renovate/rebase",
  "rebaseWhen": "behind-base-branch"
}