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"