Ignore dependency updating check for Aspire.Hosting and Aspire.Hosting.*#656
Merged
aaronpowell merged 1 commit intomainfrom Apr 23, 2025
Merged
Ignore dependency updating check for Aspire.Hosting and Aspire.Hosting.*#656aaronpowell merged 1 commit intomainfrom
aaronpowell merged 1 commit intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR prevents Dependabot from automatically updating Aspire.Hosting dependencies by adding an ignore rule in the project's Dependabot configuration.
- Added an ignore rule for "Aspire.Hosting" and "Aspire.Hosting.*" in .github/dependabot.yml
- Ensures manual update processes are preserved for these dependencies
aaronpowell
approved these changes
Apr 23, 2025
This was referenced Aug 5, 2025
This was referenced Aug 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependbot usually updates these in the wrong way.
For example, see:
https://github.com/CommunityToolkit/Aspire/pull/651/files#diff-9da24614831c308827a1ae533ffea392c97638c261dd42bd0f5226baa136d16eR14
On the other hand, we manually update the Aspire version.