renovate/lib/modules/manager/git-submodules
Sergei Zharinov e4dbd4ad49
fix(ci): Restrict template expressions (#16834)
* fix(ci): Restrict template expressions

* Fix

* Fix

* Fix
2022-07-30 16:28:31 +02:00
..
__fixtures__ refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
__snapshots__ refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
artifact.spec.ts refactor: strict manager tests (#16155) 2022-06-20 17:05:39 +02:00
artifacts.ts fix(ci): Restrict template expressions (#16834) 2022-07-30 16:28:31 +02:00
extract.spec.ts refactor: strict manager tests (#16155) 2022-06-20 17:05:39 +02:00
extract.ts feat: add git timeout (#14914) 2022-04-17 18:12:42 +01:00
index.ts refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01: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
  }
}