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:20:58 UTC

[jmeter] branch master updated: chore: fix renovate syntax for ignoring src:protocol

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 abe418b5aa chore: fix renovate syntax for ignoring src:protocol
abe418b5aa is described below

commit abe418b5aa6e92c239ab3788c9a761a5229e6cfa
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Thu Apr 27 18:20:27 2023 +0300

    chore: fix renovate syntax for ignoring src:protocol
    
    See https://docs.renovatebot.com/configuration-options/#ignoredeps
    
    Fixes #5822
---
 renovate.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/renovate.json b/renovate.json
index 05bd10539d..93b423b877 100644
--- a/renovate.json
+++ b/renovate.json
@@ -16,7 +16,7 @@
     },
     {
       "matchPackagePatterns": ["^src:protocol:"],
-      "ignoreLookupWarnings": true
+      "enabled": false
     }
   ]
 }