Dependabot actions on my cpython fork
I have a cpython fork on my github account - every so often, dependabot kicks in and runs a whole load of actions, which I don't need. I'm not sure how I can switch these off, short of removing the .github directory (which would mean my fork has diverged from upstream, which I'm therefore reluctant to do).
Is there a way of stopping these jobs running? APart from the annoying emails that I just ignore, it's a waste of computing resources for no good reason.
Thanks, Paul
This was just discussed on Discord. The upstream issue is https://github.com/dependabot/dependabot-core/issues/2804
On Fri, Apr 1, 2022 at 14:19 Paul Moore <p.f.moore@gmail.com> wrote:
I have a cpython fork on my github account - every so often, dependabot kicks in and runs a whole load of actions, which I don't need. I'm not sure how I can switch these off, short of removing the .github directory (which would mean my fork has diverged from upstream, which I'm therefore reluctant to do).
Is there a way of stopping these jobs running? APart from the annoying emails that I just ignore, it's a waste of computing resources for no good reason.
Thanks, Paul
python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python-committers-leave@python.org https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/python-committers@python.org/message/2... Code of Conduct: https://www.python.org/psf/codeofconduct/
-- --Guido (mobile)
On Fri, 1 Apr 2022 at 23:25, Guido van Rossum <guido@python.org> wrote:
This was just discussed on Discord. The upstream issue is https://github.com/dependabot/dependabot-core/issues/2804
Thanks! I'm only rarely on Discord, so I missed that :-)
On Fri, Apr 1, 2022 at 14:19 Paul Moore <p.f.moore@gmail.com> wrote:
I have a cpython fork on my github account - every so often, dependabot kicks in and runs a whole load of actions, which I don't need. I'm not sure how I can switch these off, short of removing the .github directory (which would mean my fork has diverged from upstream, which I'm therefore reluctant to do).
Is there a way of stopping these jobs running? APart from the annoying emails that I just ignore, it's a waste of computing resources for no good reason.
participants (2)
-
Guido van Rossum
-
Paul Moore