-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(manager/nuget): add support for "disabledPackageSources" in nuget.config #32011
feat(manager/nuget): add support for "disabledPackageSources" in nuget.config #32011
Conversation
… in nuget.config file
@rarkins I've noticed you disabled auto-merge, was it due to a misclick when enabling auto-merge? Or is there some action still required from my part in order for you to review this PR? |
Enabling automerge was a misclick at the time |
This comment was marked as resolved.
This comment was marked as resolved.
Duplicates 'reads nuget config file without packageSources and with default registry disabled'
@Otiel please don't merge from main unless it's to resolve conflicts. It resets the CI approval each time |
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
This comment was marked as resolved.
This comment was marked as resolved.
Hi there, You are using Good luck, The Renovate team |
Hi there, This is intended as a polite, automated request that users avoid We know it might be common elsewhere but we participate in hundreds of discussions a week and would need to turn off GitHub mobile notifications if we were mentioned in every one. As a general rule, we will read and respond to all discussions in this repository, so there is no need to mention us. Thanks, the Renovate team |
use GitHub re-request review button |
@viceice Sorry to bump again, it's been two weeks since I've requested a review via GitHub, so I'm wondering if you've got the notification? As the changes are minor, this should be fairly quick to review. Thanks in advance ❤️ |
🎉 This PR is included in version 39.52.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes
This PR adds support for the
disabledPackageSources
element that can be present in thenuget.config
file. See the Microsoft documentation about disabledPackageSources.Context
Closes #31379
Documentation
How I've tested my work
I have verified these changes via: