원클릭으로
dependabit-manifest
Documentation site for dependabit Use when: Loading an existing manifest to pass to the monitor or detector..
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Documentation site for dependabit Use when: Loading an existing manifest to pass to the monitor or detector..
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Documentation site for dependabit
Documentation site for dependabit Use when: You need to plug in a custom or self-hosted language model as the....
Documentation site for dependabit Use when: Making authenticated GitHub API calls from the monitor or action packages....
Documentation site for dependabit Use when: Polling a set of tracked dependencies for state changes on a schedule..
Documentation site for dependabit Use when: Tracking research papers that your project cites or implements, to be....
Documentation site for dependabit Use when: Tracking libraries whose documentation is indexed by Context7 (e.g., React,....
| name | dependabit-manifest |
| description | Documentation site for dependabit Use when: Loading an existing manifest to pass to the monitor or detector.. |
Documentation site for dependabit
Use this skill when:
readManifestmergeManifestsparseConfigDo NOT use when:
updated directly via writeManifest.API surface: 23 functions, 1 classes, 12 types, 16 constants
SyntaxError; use readConfig for YAML.strict: false can persist invalid data that later fails to parse. Prefer strict: true in production pipelines.path and different dependencyId values will race and one write will silently overwrite the other. Use a file lock or serialise calls if running multiple monitors in parallel.existing and updated uses id or url. If the URL of a dependency changes (e.g. a redirect is resolved), the entry will be treated as new and history will not be preserved.preserveManual: true can re-add entries that were intentionally removed from the repository. Set it to false when performing a deliberate full refresh.stringifyConfig call will lose all comments.4 configuration interfaces — see references/config.md for details.
Key functions: readManifest (Reads a manifest JSON file from disk and validates it against
DependencyManifestSchema), writeManifest (Serialises a manifest to pretty-printed JSON and writes it to disk), updateDependency (Updates a single dependency entry in the on-disk manifest by ID), addDependency (Appends a new dependency entry to the on-disk manifest), removeDependency (Removes a dependency from the on-disk manifest by ID), mergeManifests (Merges an updated manifest generated by the detector over an existing
one, optionally preserving manual entries and accumulated change history), createEmptyManifest (Creates a minimal, valid manifest with an empty dependencies array), readConfig (Reads a YAML configuration file from disk, parses it, and validates it
against DependabitConfigSchema), parseConfig (Parses a YAML string into a validated DependabitConfig), stringifyConfig (Serialises a validated DependabitConfig to a YAML string), getEffectiveMonitoringRules (Resolves the effective monitoring rules for a specific dependency URL by
merging global config defaults with any per-URL override defined in
config), shouldIgnoreUrl(Returnstrueif the given URL matches any exclusion rule defined inconfig)
Key classes: ValidationError (Wraps a Zod ZodError to provide human-readable formatted error messages)
52 exports total — see references/ for full API.
Load these on demand — do NOT read all at once:
references/functions.md for full signatures, parameters, and return typesreferences/classes/ for properties, methods, and inheritancereferences/types.mdreferences/variables.mdreferences/config.md for all settings and defaults