From 921ef46a1f923949f78d0c235b849750ff7de5a1 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 22 Sep 2024 23:39:49 +0200 Subject: [PATCH] Formatting --- renovate.json5 | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index c15e524..371a410 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -3,15 +3,10 @@ extends: ['local>renovate-bot/renovate-config'], packageRules: [ { - "groupName": "all non-major dependencies", - "groupSlug": "all-minor-patch", - "matchPackageNames": [ - "*", - ], - "matchUpdateTypes": [ - "minor", - "patch", - ] - } + groupName: 'all non-major dependencies', + groupSlug: 'all-minor-patch', + matchPackageNames: ['*'], + matchUpdateTypes: ['minor', 'patch'], + }, ], }