You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/06/02 17:57:50 UTC

[fineract] 02/02: Renovate ignore docs/ and add label [FINERACT-962]

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

vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 734cbb1d1f3e3d51d55e1e04ad66a264bf5e6c3e
Author: Michael Vorburger ⛑️ <mi...@vorburger.ch>
AuthorDate: Mon Jun 1 22:04:56 2020 +0200

    Renovate ignore docs/ and add label [FINERACT-962]
---
 renovate.json | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/renovate.json b/renovate.json
index f45d8f1..2ae54f0 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,5 +1,9 @@
 {
   "extends": [
     "config:base"
-  ]
+  ],
+  "ignorePaths": [
+    "docs/**"
+  ],
+  "labels": ["renovate"]
 }