dependabit / monitor/src / AccessConfig
Interface: AccessConfig
Defined in: packages/monitor/src/types.ts:69
Minimum configuration required to fetch and compare a dependency.
Config
Pitfalls
auth.secretcontains the raw credential value at runtime. Never persist this object to disk or logs. Store the secret reference inDependencyEntry.auth.secretEnvVarand resolve it at runtime.
Extended by
Properties
| Property | Type | Defined in |
|---|---|---|
accessMethod | "context7" | "arxiv" | "openapi" | "github-api" | "http" | packages/monitor/src/types.ts:71 |
auth? | { secret?: string; type: "token" | "oauth" | "basic" | "none"; } | packages/monitor/src/types.ts:72 |
auth.secret? | string | packages/monitor/src/types.ts:74 |
auth.type | "token" | "oauth" | "basic" | "none" | packages/monitor/src/types.ts:73 |
url | string | packages/monitor/src/types.ts:70 |