"Dependabot updates are paused" because "you haven't used Dependabot in a while" #51668
Unanswered
alexpdp7
asked this question in
Code Security
Replies: 1 comment 7 replies
-
|
👋 Glad you like I think the problem here is that you're cherry-picking the commits into your final PR... but not the Dependabot PR's... so You could probably change the base on one or more of the Dependabot PR's after they're generated so you can merge that Dependabot PR into your staging branch? Then it'll look like activity to Dependabot and prevent getting paused. To kickstart it again, you can still manually trigger version updates to run to get another PR or maybe toggle security updates off/on to unpause... I'm not sure, but that should get it going enough to unstuck that repo. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Hi,
Dependabot updates to my repo https://github.com/alexpdp7/ragent/ show this message. The message prompts me to merge Dependabot PRs to resume, but I have no open Dependabot PRs.
I think this happens become commonly, I merge many Dependabot PRs into a main PR, then run
cargo update, then prepare my repo for a release. As the original PRs are not merged, perhaps Dependabot thinks I'm not paying attention? (I am!)Cheers,
Álex
Beta Was this translation helpful? Give feedback.
All reactions