I thought I've seen coq projects using dependabot to automatically update dependencies (after a CI check of course).
However, I cannot immediately find a description of good practices. Am I looking in the wrong place?
don't use dependabot if you have forks as it will spam pull requests on them
The only case of a project using dependabot that I know in the Coq ecosystem is https://github.com/coq-community/coq-performance-tests. It it used to bump GitHub Actions, not Coq dependencies.
I believe I was confused because hacspec is using it.
@Gaëtan Gilbert that's interesting, I guess there's no way to disable that.
see also https://github.com/dependabot/dependabot-core/issues/2198
don't use dependabot if you have forks as it will spam pull requests on them
I think that's only for forks created before dependabot was added?
I don't know if that's true, even if it is it doesn't change that it spams some forks
https://github.com/dependabot/dependabot-core/issues/2804#issuecomment-737781797
It looks unlikely that it will be a priority fix.
Last updated: Jun 03 2023 at 04:30 UTC