Keeping dependencies current is easy to agree on and hard to do consistently. In .NET solutions that use Aspire, the challenge is not only updating NuGet packages, but also keeping the Aspire SDK version in AppHost projects aligned with the latest stable release.
Dependabot is great for broad dependency automation, but with Aspire it has two practical limitations: it c...