summaryrefslogtreecommitdiffstats
path: root/renovate.json
blob: 99867972045ab7ce273fb636e9aa1a684024c824 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:base"
  ],
  "transitiveRemediation": true,
  "prHourlyLimit": 10,
  "prConcurrentLimit": 10,
  "ignorePaths": [],
  "ignoreDeps": [
    "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",
    "javax.servlet:javax.servlet-api"
  ]
}