appuio/tailscale-service-observer

View on GitHub
renovate.json

Summary

Maintainability
Test Coverage
{
  "extends": [
    "config:base",
    ":gitSignOff",
    ":disableDependencyDashboard"
  ],
  "labels": [
    "dependency"
  ],
  "postUpdateOptions": [
    "gomodTidy"
  ],
  "packageRules": [
    {
      "matchPackagePatterns": [
        "golang.org/x/*"
      ],
      "groupName": "golang.org/x",
      "schedule": [
        "on the first day of the month"
      ],
      "automerge": true
    },
    {
      "matchPackagePatterns": [
        "k8s.io/utils",
        "sigs.k8s.io/controller-runtime/tools/setup-envtest"
      ],
      "groupName": "k8s.io/utils",
      "schedule": [
        "on the first day of the month"
      ],
      "automerge": true
    },
    {
      "matchPackagePatterns": [
        "github.com/urfave/cli/v2"
      ],
      "groupName": "urfave/cli/v2",
      "schedule": [
        "on the first day of the month"
      ]
    }
  ]
}