From 40fa0b9105fb9bbb4e9444f4635cca96c5fa26bb Mon Sep 17 00:00:00 2001 From: Enda Kelly <80516065+endakelly@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:21:19 +0100 Subject: [PATCH] run prettier --- skeleton/.github/renovate.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/skeleton/.github/renovate.json b/skeleton/.github/renovate.json index 0ee97e85..59eeba2b 100644 --- a/skeleton/.github/renovate.json +++ b/skeleton/.github/renovate.json @@ -1,17 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - ":dependencyDashboard", - "local>hmcts/.github:renovate-config" - ], - "labels": [ - "dependencies" - ], + "extends": [":dependencyDashboard", "local>hmcts/.github:renovate-config"], + "labels": ["dependencies"], "packageRules": [ { - "matchPackageNames": [ - "copy-webpack-plugin" - ], + "matchPackageNames": ["copy-webpack-plugin"], "allowedVersions": "<=10", "description": "https://canary.discord.com/channels/226791405589233664/1019534554073157642 and https://github.com/webpack-contrib/copy-webpack-plugin/issues/643 doesn't work even though issue closed" }