You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not really sure how to debug this, but I've noticed that Dependabot seems to be ignoring some of the available package updates.
Specifically, I currently get no updates here: https://github.com/Cog-Creators/Red-GitHubBot/actions/runs/23277295771/job/67682903718
But, when I run uv lock --upgrade locally, there are plenty of updates available:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I'm not really sure how to debug this, but I've noticed that Dependabot seems to be ignoring some of the available package updates.
Specifically, I currently get no updates here:
https://github.com/Cog-Creators/Red-GitHubBot/actions/runs/23277295771/job/67682903718
But, when I run
uv lock --upgradelocally, there are plenty of updates available:Here's the link to the config:
https://github.com/Cog-Creators/Red-GitHubBot/blob/main/.github/dependabot.yaml
All reactions