summaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json
index 39a2b6e9a55..99867972045 100644
--- a/renovate.json
+++ b/renovate.json
@@ -2,5 +2,17 @@
"$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"
]
-}
+} \ No newline at end of file