From c06a1f4057c56924b1307d6a2e380a16e287eaa6 Mon Sep 17 00:00:00 2001 From: Souma <101255979+5ouma@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:00:33 +0900 Subject: [PATCH] ci(renovate): Use a preset to add labels (#256) Default and GitHub Actions labels will be added. --- .github/renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index aa1fb9b..9e9daf8 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>5ouma/utils"], - "labels": ["⛓️ Dependencies"] + "extends": ["github>5ouma/utils", "github>5ouma/utils:labels"] }