OptionalcacheOptionalcliName of the CLI binary. Defaults to 'dependicus'.
Base URL where the Dependicus site is published (used in Linear issue links, etc.).
OptionalgithubGitHub Issues integration configuration.
OptionalallowNewIssues?: booleanWhether to allow new issue creation. Defaults to true.
OptionalcooldownDays?: numberNumber of days to wait before creating a new issue for a newly-published version.
OptionalgetGitHubIssueSpec?: (Given information about a dependency and specific version, return the issue spec or undefined to skip.
OptionalrateLimitDays?: numberDefault rate limit days for notification throttling. Used when per-policy rateLimitDays is not set.
OptionallinearLinear issue integration configuration.
OptionalallowNewIssues?: booleanWhether to allow new issue creation. Defaults to true.
OptionalcooldownDays?: numberNumber of days to wait before creating a new issue for a newly-published version.
OptionalgetLinearIssueSpec?: (Given information about a dependency and specific version, return the issue spec (policy, assignment, etc.) or undefined to skip.
OptionalrateLimitDays?: numberDefault rate limit days for notification throttling. Used when per-policy rateLimitDays is not set.
OptionalskipStateNames?: string[]Skip updating issues whose Linear state name (case-insensitive) matches any entry.
OptionaloutputDirectory to write HTML and JSON output to. Defaults to <repoRoot>/dependicus-out.
OptionalpluginsPlugins that provide data sources, groupings, columns, and issue callbacks. Defaults to [].
OptionalproviderProvider names to use for dependency analysis (e.g., 'pnpm', 'bun'). Auto-detects if omitted.
OptionalprovidersPre-built provider instances. Takes precedence over providerNames and auto-detection.
OptionalrepoRoot directory of the project. Defaults to process.cwd(). Can be overridden with --repo-root.
OptionalsiteName shown in the site heading and title tag. Defaults to 'Dependicus for <basename of repoRoot>'.
Directory to store cached data from API calls. Defaults to
<repoRoot>/.dependicus-cache.