aboutsummaryrefslogtreecommitdiffstats
path: root/renovate.json
blob: 3c8eace23da0ed1c65363fef558b9d4948687b9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:base"
  ],
  "transitiveRemediation": true,
  "prHourlyLimit": 10,
  "prConcurrentLimit": 10,
  "ignorePaths": [],
  "ignoreDeps": [
    "com.github.spotbugs:spotbugs-annotations",
    "com.yahoo.vespa.bundle-plugin:test-bundles",
    "com.yahoo.vespa.jdisc_core:test_bundles",
    "com.yahoo.vespa:cloud-tenant-base",
    "com.yahoo.vespa:parent",
    "com.yahoo.vespa:zookeeper-server-parent",
    "github.com/go-json-experiment/json",
    "javax.servlet:javax.servlet-api"
  ]
}