From 3c5af87d36c14394b6ccd57ba9ffd512f8d01ece Mon Sep 17 00:00:00 2001 From: h3llrais3r Date: Tue, 1 Aug 2023 19:45:59 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 48 +++++++++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/renovate.json b/renovate.json index 91cb5d08e..b1702fa55 100644 --- a/renovate.json +++ b/renovate.json @@ -14,30 +14,36 @@ "web/autosubliminal/package.json" ] }, - "js": { - "labels": [ - "dependencies", - "javascript" - ], - "packageRules": [ - { - "packageNames": [ - "bootstrap" - ], - "allowedVersions": "<5.0.0" - } - ] - }, "poetry": { "fileMatch": [ "pyproject.toml" ] }, - "python": { - "labels": [ - "dependencies", - "python" - ], - "packageRules": [] - } + "labels": [ + "dependencies" + ], + "packageRules": [ + { + "matchCategories": [ + "js" + ], + "addLabels": [ + "javascript" + ] + }, + { + "matchCategories": [ + "python" + ], + "addLabels": [ + "python" + ] + }, + { + "matchPackageNames": [ + "bootstrap" + ], + "allowedVersions": "<5.0.0" + } + ] }