From 268228517596d8c437290cd8b08a8886be707593 Mon Sep 17 00:00:00 2001 From: Munieru <20086673+munierujp@users.noreply.github.com> Date: Fri, 7 Oct 2022 00:52:03 +0900 Subject: [PATCH] Add labels --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 26cba95..11abc04 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,6 @@ { "extends": [ "github>eslint-recommended/renovate-config" - ] + ], + "labels": ["renovate"] }