You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/04/27 15:13:49 UTC

[jmeter] branch master updated: chore: add renovate.json

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 15aa699f4e chore: add renovate.json
15aa699f4e is described below

commit 15aa699f4ea98c84b443f6654a0bc215f0a840b8
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Thu Apr 27 14:52:17 2023 +0000

    chore: add renovate.json
    
    closes #5821
---
 renovate.json | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/renovate.json b/renovate.json
new file mode 100644
index 0000000000..05bd10539d
--- /dev/null
+++ b/renovate.json
@@ -0,0 +1,22 @@
+{
+  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+  "extends": [
+    "config:base"
+  ],
+  "labels": ["dependencies"],
+  "schedule": ["every 3 weeks on Monday"],
+  "packageRules": [
+    {
+      "matchPackagePrefixes": ["com.github.vlsi"],
+      "groupName": "com.github.vlsi"
+    },
+    {
+      "matchPackagePrefixes": ["org.apache.activemq"],
+      "groupName": "org.apache.activemq"
+    },
+    {
+      "matchPackagePatterns": ["^src:protocol:"],
+      "ignoreLookupWarnings": true
+    }
+  ]
+}