From b045149688dabc10d65af65746ac8c7550ccd30b Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Fri, 24 Sep 2021 12:10:14 +0200 Subject: [PATCH] docs: private Git submodules are not supported (#11876) --- lib/manager/git-submodules/readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/manager/git-submodules/readme.md b/lib/manager/git-submodules/readme.md index 93fc4c2c77..2f2eb75ff6 100644 --- a/lib/manager/git-submodules/readme.md +++ b/lib/manager/git-submodules/readme.md @@ -1 +1,4 @@ -Keeps Git submodules updated within a repository. +Keeps publicly accessible Git submodules updated within a repository. + +Renovate does not support updating Git submodules that are hosted on a private repository. +Subscribe to [issue #10149 on GitHub](https://github.com/renovatebot/renovate/issues/10149) to keep track of our progress towards supporting private Git submodules. -- GitLab