diff options
Diffstat (limited to 'lib/config/options/index.ts')
-rw-r--r-- | lib/config/options/index.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index 065238c6f24..263cc69f123 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -2857,6 +2857,14 @@ const options: RenovateOptions[] = [ default: false, }, { + name: 'cloneSubmodulesFilter', + description: + 'List of submodules names or patterns to clone when cloneSubmodules=true.', + type: 'array', + subType: 'string', + default: ['*'], + }, + { name: 'ignorePrAuthor', description: 'Set to `true` to fetch the entire list of PRs instead of only those authored by the Renovate user.', |