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 ⛑️ <[email protected]> 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"] }
