-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-36513: [Dev][C#] Add Dependabot configuration for NuGet #36514
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Some are useful. But some I would suggest not to take. For example #36530. I would suggest adding this section: For things like System., Microsoft.Bcl., etc. we want to consciously upgrade major versions. There are reasons why customers want to stay on older versions, for example 6.0 which is "LTS - long term support", and not upgrade to 7.0, which goes out of support sooner than 6.0. See microsoft/semantic-kernel#1799 for reasoning why staying on lower major versions is preferred in some cases. |
OK. I've opened #36577. Could you review PRs from Dependabot and merge/close them? |
Conbench analyzed the 6 benchmark runs on commit There was 1 benchmark result indicating a performance regression:
The full Conbench report has more details. |
Rationale for this change
We don't want to adjust PR titles from Dependabot manually.
What changes are included in this PR?
Set the commit message prefix for
/csharp/
from Dependabot.Are these changes tested?
No. I hope that this works well...
Are there any user-facing changes?
No.