| name | dependency-automation | |||||
|---|---|---|---|---|---|---|
| description | Review dependency automation, Renovate configuration, and automated updates. | |||||
| metadata |
|
- Read the repository configuration and the affected workflow.
- Validate configuration changes with the repository's configured validator.
- Preserve the configured authentication model; never add personal access tokens or credentials.
- Confirm the pull request targets the development branch.
- Run the default gate.
just check
pre-commit run --all-filesDo not document an automation rule until it is present in source configuration.
Use for Renovate or dependency-automation behavior.
Do not use for Manual package changes that automation does not own.
Read configuration, validate it, and preserve the configured auth model.
- "A shortcut is harmless." Follow the source-of-truth and verification rules instead.
- Adding tokens or documenting rules absent from source.
- The selected source and focused command were checked.
- The repository default gate passes.