From b6e6d4389459128db4f288fa19a0a22bdd498d92 Mon Sep 17 00:00:00 2001 From: Donnerbart Date: Fri, 1 Aug 2025 14:51:20 +0200 Subject: [PATCH] Migrate Renovate configuration --- renovate.json5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 3798884..56da2a1 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,9 +1,9 @@ { - $schema: "https://docs.renovatebot.com/renovate-schema.json", + $schema: 'https://docs.renovatebot.com/renovate-schema.json', extends: [ - "local>hivemq/renovate-config:default.json5", + 'local>hivemq/renovate-config:default.json5', + ], + addLabels: [ + 'integrations-team-coordination', ], - addLabels: [ - "integrations-team-coordination", - ] }