From 9fbf7ad1ee83c1fd1e55d80afc1bda5060ddeab3 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:10:00 -0500 Subject: [PATCH] change packageName to k8s-at-home/common --- .github/renovate.json5 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 4ca083e8..415c0609 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -25,7 +25,7 @@ "bumpVersion": "major", "labels": ["dependency/major"], "packageNames": [ - "common" + "k8s-at-home/common" ] }, { @@ -34,7 +34,7 @@ "bumpVersion": "minor", "labels": ["dependency/minor"], "packageNames": [ - "common" + "k8s-at-home/common" ] }, { @@ -43,7 +43,7 @@ "bumpVersion": "patch", "labels": ["dependency/patch"], "packageNames": [ - "common" + "k8s-at-home/common" ] }, // @@ -55,7 +55,7 @@ "bumpVersion": "major", "labels": ["dependency/major"], "excludePackageNames": [ - "common" + "k8s-at-home/common" ], "schedule": [ "every 3 months on the first day of the month" @@ -67,7 +67,7 @@ "bumpVersion": "minor", "labels": ["dependency/minor"], "excludePackageNames": [ - "common" + "k8s-at-home/common" ], "schedule": [ "every 2 months on the first day of the month" @@ -79,7 +79,7 @@ "bumpVersion": "patch", "labels": ["dependency/patch"], "excludePackageNames": [ - "common" + "k8s-at-home/common" ], "schedule": [ "every 1 months on the first day of the month"