From 8617ccf332f9e325a93e242dbd94345d8ad38ade Mon Sep 17 00:00:00 2001 From: Hanif Dwy Putra S Date: Tue, 9 Aug 2022 11:30:53 +0000 Subject: [PATCH] chore: update renovate config Signed-off-by: Hanif Dwy Putra S --- renovate.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f45d8f1..3e4c31d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,10 @@ { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "assignees": ["hansputera"], + "username": "hansputera", + "labels": ["dependencies"], + "reviewers": ["hansputera"] }