mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 09:06:25 +00:00
dca3418bbd
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/ BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
15 lines
536 B
Markdown
15 lines
536 B
Markdown
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.
|
|
|
|
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
|
|
}
|
|
}
|
|
```
|