-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
dependenciesDependency updatesDependency updatesenhancementNew feature or requestNew feature or request
Description
Goal
Choose and document a dependency update solution for this repository that can detect outdated .NET / NuGet packages and notify about updates on a predictable schedule.
Scope
- Evaluate available options, including:
- GitHub Dependabot (native)
- Renovate (hosted GitHub App or self-hosted)
- For each option, document:
- Configuration location and file format
- Supported update cadence (daily / weekly / monthly)
- Noise control options (grouping, ignore rules, security-only mode, etc.)
- How notifications are surfaced (PRs, security alerts, GitHub notifications)
- Required permissions and repository or organization-level settings
- Decide on a recommended approach for
keystone-cli - Define follow-up implementation tasks as separate issues (configuration + tuning)
Outcome
- A clear decision on which dependency update tool to use, with rationale
- A documented configuration plan (what files to add, where, and why)
- Follow-up implementation issues created for incremental rollout
Notes
- Prefer low-noise defaults (e.g., weekly cadence, grouped updates where supported)
- Security alerts are valuable even if automated version-bump PRs are throttled
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dependenciesDependency updatesDependency updatesenhancementNew feature or requestNew feature or request