{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:recommended"
  ],
  "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
  "automerge": true,
  "automergeType": "pr",
  "patch": {
    "automerge": true
  },
  "prCreation": "not-pending",
  "packageRules": [
    {
      "matchPackageNames": [
        "ghcr.io/9it-full-service/quilldrop"
      ],
      "matchFileNames": [
        "helm/**"
      ],
      "enabled": false
    }
  ]
}
