From e858d8ab33091ef3c5de2ceed89f0000ab175280 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Fri, 22 Nov 2024 01:18:27 +0100 Subject: [PATCH] chore(git-sync): auto-applied labels.json5 this file was auto-applied from pulumi located here: - https://github.com/octodns-infomaniak/.github Signed-off-by: Ludovic Ortega --- .github/renovatebot/labels.json5 | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/renovatebot/labels.json5 b/.github/renovatebot/labels.json5 index 10261ea..a60367d 100644 --- a/.github/renovatebot/labels.json5 +++ b/.github/renovatebot/labels.json5 @@ -1,29 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "packageRules": [ -{%- if language == "python" %} { "matchDatasources": ["pypi"], "addLabels": ["renovate/pip"] }, -{%- elif language == "go" %} - { - "matchDatasources": ["go"], - "addLabels": ["renovate/go"] - }, -{%- endif %} -{%- if docker %} - { - "matchDatasources": ["docker"], - "addLabels": ["renovate/container"] - }, -{%- endif %} -{%- if helm %} - { - "matchDatasources": ["helm"], - "addLabels": ["renovate/helm"] - }, -{%- endif %} { "matchUpdateTypes": ["major"], "labels": ["type/major"]