From 51639eb32bca47288bd96af8ed39d1a220b92627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=AA=D1=94=CE=BD=CE=B9=CE=B7=20=E1=97=B7=CF=85=D0=BD?= =?UTF-8?q?=CA=9F?= Date: Wed, 16 Dec 2020 12:59:59 -0500 Subject: [PATCH] Update renovate.json5 --- .github/renovate.json5 | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7a560145..f35bbeff 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -20,67 +20,49 @@ // Common library dep // { - "datasources": ["helmv3"], "updateTypes": ["major"], "bumpVersion": "major", "labels": ["dependency/major"], - "packagePatterns": [ - "common" - ] + "packageNames": ["common"] }, { - "datasources": ["helmv3"], "updateTypes": ["minor"], "bumpVersion": "minor", "labels": ["dependency/minor"], - "packagePatterns": [ - "common" - ] + "packageNames": ["common"] }, { - "datasources": ["helmv3"], "updateTypes": ["patch"], "bumpVersion": "patch", "labels": ["dependency/patch"], - "packagePatterns": [ - "common" - ] + "packageNames": ["common"] }, // // Other library deps // { - "datasources": ["helmv3"], "updateTypes": ["major"], "bumpVersion": "major", "labels": ["dependency/major"], - "excludePackagePatterns": [ - "common" - ], + "excludePackageNames": ["common"], "schedule": [ "every 3 months on the first day of the month" ] }, { - "datasources": ["helmv3"], "updateTypes": ["minor"], "bumpVersion": "minor", "labels": ["dependency/minor"], - "excludePackagePatterns": [ - "common" - ], + "excludePackageNames": ["common"], "schedule": [ "every 2 months on the first day of the month" ] }, { - "datasources": ["helmv3"], "updateTypes": ["patch"], "bumpVersion": "patch", "labels": ["dependency/patch"], - "excludePackagePatterns": [ - "common" - ], + "excludePackageNames": ["common"], "schedule": [ "every 1 months on the first day of the month" ]