diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6dae3a3b448..aff37e2e8e7 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended", - "github>truecharts/public//.github/renovate/main.json5" + "github>trueforge-org/truecharts//.github/renovate/main.json5" ] // "registryAliases": { // "registry-1.docker.io": "http://192.168.10.208:5000", diff --git a/.github/renovate/main.json5 b/.github/renovate/main.json5 index 5f58516b21d..4128e0177f0 100644 --- a/.github/renovate/main.json5 +++ b/.github/renovate/main.json5 @@ -15,29 +15,29 @@ "suppressNotifications": ["prEditedNotification", "prIgnoreNotification"], "extends": [ "config:recommended", - "github>truecharts/public//.github/renovate/updates/lockfile.json5", - "github>truecharts/public//.github/renovate/updates/pin.json5", - "github>truecharts/public//.github/renovate/updates/digest.json5", - "github>truecharts/public//.github/renovate/updates/patch.json5", - "github>truecharts/public//.github/renovate/updates/minor.json5", - "github>truecharts/public//.github/renovate/updates/major.json5", - "github>truecharts/public//.github/renovate/updates/calver.json5", - "github>truecharts/public//.github/renovate/kinds/astro.json5", - "github>truecharts/public//.github/renovate/kinds/docker.json5", - "github>truecharts/public//.github/renovate/kinds/flux.json5", - "github>truecharts/public//.github/renovate/kinds/githubactions.json5", - "github>truecharts/public//.github/renovate/kinds/go.json5", - "github>truecharts/public//.github/renovate/kinds/helm-values.json5", - "github>truecharts/public//.github/renovate/kinds/helm.json5", - "github>truecharts/public//.github/renovate/special/groups.json5", - "github>truecharts/public//.github/renovate/special/schedules.json5", - "github>truecharts/public//.github/renovate/basics/commitMessage.json5", - "github>truecharts/public//.github/renovate/basics/labels.json5", - "github>truecharts/public//.github/renovate/special/customClusterManagers.json5", - "github>truecharts/public//.github/renovate/special/customRules.json5", - "github>truecharts/public//.github/renovate/special/customVersioning.json5", - "github>truecharts/public//.github/renovate/special/customTalosClustertool.json5", - "github>truecharts/public//.github/renovate/special/devcontainer.json5" + "github>trueforge-org/truecharts//.github/renovate/updates/lockfile.json5", + "github>trueforge-org/truecharts//.github/renovate/updates/pin.json5", + "github>trueforge-org/truecharts//.github/renovate/updates/digest.json5", + "github>trueforge-org/truecharts//.github/renovate/updates/patch.json5", + "github>trueforge-org/truecharts//.github/renovate/updates/minor.json5", + "github>trueforge-org/truecharts//.github/renovate/updates/major.json5", + "github>trueforge-org/truecharts//.github/renovate/updates/calver.json5", + "github>trueforge-org/truecharts//.github/renovate/kinds/astro.json5", + "github>trueforge-org/truecharts//.github/renovate/kinds/docker.json5", + "github>trueforge-org/truecharts//.github/renovate/kinds/flux.json5", + "github>trueforge-org/truecharts//.github/renovate/kinds/githubactions.json5", + "github>trueforge-org/truecharts//.github/renovate/kinds/go.json5", + "github>trueforge-org/truecharts//.github/renovate/kinds/helm-values.json5", + "github>trueforge-org/truecharts//.github/renovate/kinds/helm.json5", + "github>trueforge-org/truecharts//.github/renovate/special/groups.json5", + "github>trueforge-org/truecharts//.github/renovate/special/schedules.json5", + "github>trueforge-org/truecharts//.github/renovate/basics/commitMessage.json5", + "github>trueforge-org/truecharts//.github/renovate/basics/labels.json5", + "github>trueforge-org/truecharts//.github/renovate/special/customClusterManagers.json5", + "github>trueforge-org/truecharts//.github/renovate/special/customRules.json5", + "github>trueforge-org/truecharts//.github/renovate/special/customVersioning.json5", + "github>trueforge-org/truecharts//.github/renovate/special/customTalosClustertool.json5", + "github>trueforge-org/truecharts//.github/renovate/special/devcontainer.json5" ], // Main Renovate configuration that lists package rules for various paths "packageRules": [ diff --git a/clustertool/embed/generic/root/DOTREPLACEgithub/renovate.json5 b/clustertool/embed/generic/root/DOTREPLACEgithub/renovate.json5 index 65eec95090b..7329e99118d 100644 --- a/clustertool/embed/generic/root/DOTREPLACEgithub/renovate.json5 +++ b/clustertool/embed/generic/root/DOTREPLACEgithub/renovate.json5 @@ -2,6 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended", - "github>truecharts/public//.github/renovate/main.json5" + "github>trueforge-org/truecharts//.github/renovate/main.json5" ] }