Skip to content
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

Add dependabot #861

Merged
merged 2 commits into from
Nov 16, 2023
Merged

Add dependabot #861

merged 2 commits into from
Nov 16, 2023

Conversation

danmoseley
Copy link
Member

@danmoseley danmoseley commented Nov 16, 2023

Fixes #182

url: https://api.nuget.org/v3/index.json in the dependabot.yml makes it look at nuget.org, even though we do not have that feed in our nuget.config: we mirror packages selectively.

This is very helpful, because it will trigger updates even when the package version is not on the mirror yet. The build will break, and then someone with rights to queue a dnceng build needs to go update the mirror for the version needed and then rerun validation.

eg., I had to do this for Polly, JsonSchema.Net, Dapr.AspNetCore and KubernetesClient to restore successfully after dependabot ran in my fork.

@danmoseley
Copy link
Member Author

@mitchdenny if this looks OK to you please merge so we can get the first run at 7am PST?

@danmoseley danmoseley merged commit 50410e1 into dotnet:main Nov 16, 2023
3 checks passed
@danmoseley danmoseley deleted the db2 branch November 16, 2023 04:26
@danmoseley
Copy link
Member Author

thanks! now to see what happens. I expect a lot of PR's

@danmoseley
Copy link
Member Author

For some reason this isn't working, although it worked fine in my fork. Hmm. Dependabot is enabled, and the file seems syntactically correct...

@github-actions github-actions bot locked and limited conversation to collaborators Apr 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Leverage dependabot to update dependencies
2 participants