Add .github/dependabot.yml to keep dependencies current automatically.
Ecosystems to cover:
- nuget — the pinned package versions in the
.csproj (RestSharp, Newtonsoft.Json, Spectre.Console, FluentValidation, CommandLineParser, MSAL where applicable).
- github-actions — the action versions used in the CI and release workflows.
Suggested: weekly schedule, grouped minor/patch updates to reduce PR noise.
Add
.github/dependabot.ymlto keep dependencies current automatically.Ecosystems to cover:
.csproj(RestSharp, Newtonsoft.Json, Spectre.Console, FluentValidation, CommandLineParser, MSAL where applicable).Suggested: weekly schedule, grouped minor/patch updates to reduce PR noise.