github.com/newrelic/newrelic-client-go@v1.1.0/.github/renovate.json (about)

     1  {
     2    "extends": ["config:base"],
     3    "gomodTidy": true,
     4    "ignoreDeps": [
     5      "golang.org/x/crypto",
     6      "golang.org/x/net",
     7      "golang.org/x/sys"
     8    ],
     9    "commitMessagePrefix": "chore(deps):",
    10    "reviewers": ["team:developer-toolkit"],
    11    "labels": ["dependencies"],
    12    "prConcurrentLimit": 4,
    13    "postUpdateOptions": ["gomodTidy"]
    14  }