summaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-07-07 10:56:49 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-07-07 11:11:37 +0200
commit2b43e43b1a575e2c0db28b87b213ed9d181e2c5b (patch)
tree0a9b8cf42765527cc1220b515e69e17684aba060 /renovate.json
parent36adeb712aa838059749e300d5e7cf4c869640c1 (diff)
Override default configuration
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