renovate/lib/modules/manager/git-submodules
Michael Kriese 497d4c131f
fix(manager): unify logging (#22398)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-05-25 16:53:05 +00:00
..
__fixtures__ fix(manager/git-submodule): use appropriate hostType for auth (#17400) 2023-04-21 04:13:32 +00:00
artifact.spec.ts chore(deps): lock file maintenance (#18082) 2022-10-10 21:47:23 -07:00
artifacts.ts fix(ci): Restrict template expressions (#16834) 2022-07-30 16:28:31 +02:00
extract.spec.ts fix(manager/git-submodule): use appropriate hostType for auth (#17400) 2023-04-21 04:13:32 +00:00
extract.ts fix(manager): unify logging (#22398) 2023-05-25 16:53:05 +00:00
index.ts fix(manager): correctly escape the dot character in fileMatch (#17048) 2022-08-08 17:20:16 +02:00
readme.md refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
types.ts refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
update.spec.ts refactor: strict manager tests (#16155) 2022-06-20 17:05:39 +02:00
update.ts refactor: enable strict checks (#16168) 2022-06-21 13:00:21 +02: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
  }
}