renovate/lib/manager/git-submodules
HonkingGoose eaf8100f50
docs(git-submodules): example of custom per-submodule checks (#12350)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-28 10:49:51 +01:00
..
__fixtures__ fix(submodules): add support for private submodules (#8164) 2020-12-30 21:32:09 +00:00
__snapshots__ refactor: Separate file addition and deletion data structures (#13638) 2022-01-21 06:47:49 +01:00
artifact.spec.ts refactor: Separate file addition and deletion data structures (#13638) 2022-01-21 06:47:49 +01:00
artifacts.ts refactor: Separate file addition and deletion data structures (#13638) 2022-01-21 06:47:49 +01:00
extract.spec.ts refactor: global config (#12743) 2021-11-23 21:10:45 +01:00
extract.ts refactor: refactor static regex out of for loops (#13065) 2021-12-29 07:26:13 +01:00
index.ts feat: supportedDatasources (#13621) 2022-01-19 08:06:21 +00:00
readme.md docs(git-submodules): example of custom per-submodule checks (#12350) 2022-01-28 10:49:51 +01:00
types.ts refactor: extract more types (#9959) 2021-05-11 19:08:02 +02:00
update.spec.ts build(deps): update dependency simple-git to v3 (#13705) 2022-01-27 12:22:48 +01:00
update.ts refactor: global config (#12743) 2021-11-23 21:10:45 +01:00

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 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:

{
  "ignoreDeps": ["path/to/submodule", "path/to/submodule2"],
  "git-submodules": {
    "enabled": true
  }
}