From e7926410f05239c50ce97e67cdb98ac8db4cfdb4 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:16:37 -0500 Subject: [PATCH] switch to packagePatterns --- .github/renovate.json5 | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 415c0609..7a560145 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -24,8 +24,8 @@ "updateTypes": ["major"], "bumpVersion": "major", "labels": ["dependency/major"], - "packageNames": [ - "k8s-at-home/common" + "packagePatterns": [ + "common" ] }, { @@ -33,8 +33,8 @@ "updateTypes": ["minor"], "bumpVersion": "minor", "labels": ["dependency/minor"], - "packageNames": [ - "k8s-at-home/common" + "packagePatterns": [ + "common" ] }, { @@ -42,8 +42,8 @@ "updateTypes": ["patch"], "bumpVersion": "patch", "labels": ["dependency/patch"], - "packageNames": [ - "k8s-at-home/common" + "packagePatterns": [ + "common" ] }, // @@ -54,8 +54,8 @@ "updateTypes": ["major"], "bumpVersion": "major", "labels": ["dependency/major"], - "excludePackageNames": [ - "k8s-at-home/common" + "excludePackagePatterns": [ + "common" ], "schedule": [ "every 3 months on the first day of the month" @@ -66,8 +66,8 @@ "updateTypes": ["minor"], "bumpVersion": "minor", "labels": ["dependency/minor"], - "excludePackageNames": [ - "k8s-at-home/common" + "excludePackagePatterns": [ + "common" ], "schedule": [ "every 2 months on the first day of the month" @@ -78,8 +78,8 @@ "updateTypes": ["patch"], "bumpVersion": "patch", "labels": ["dependency/patch"], - "excludePackageNames": [ - "k8s-at-home/common" + "excludePackagePatterns": [ + "common" ], "schedule": [ "every 1 months on the first day of the month"