Skip to content
Snippets Groups Projects
Unverified Commit eaf8100f authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs(git-submodules): example of custom per-submodule checks (#12350)


Co-authored-by: default avatarRhys Arkins <rhys@arkins.net>
parent cfcd308c
Branches
No related tags found
No related merge requests found
...@@ -2,3 +2,14 @@ Keeps publicly accessible Git submodules updated within a repository. ...@@ -2,3 +2,14 @@ Keeps publicly accessible Git submodules updated within a repository.
Renovate does not support updating Git submodules that are hosted on a private 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. Subscribe to [issue #10149 on GitHub](https://github.com/renovatebot/renovate/issues/10149) to keep track of our progress towards supporting private Git submodules.
You can customize the per-submodule checks of the git-submodules manager like this:
```json
{
"ignoreDeps": ["path/to/submodule", "path/to/submodule2"],
"git-submodules": {
"enabled": true
}
}
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment