-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update badges to be compatible with the new native GitHub Dependabot #1912
Comments
@CasperWA thanks for reporting this! Adding to our backlog. |
@feelepxyz do you have a timeframe for a fix? |
I just started migrating repos over to the version of dependabot and ran into this too... |
@feelepxyz any updates? |
It's currently broken with native GitHub Dependabot implementation: dependabot/dependabot-core#1912
It's currently broken with native GitHub Dependabot implementation: dependabot/dependabot-core#1912
It's currently broken with native GitHub Dependabot implementation: dependabot/dependabot-core#1912
Stopped working for 'native' GitHub Dependabot, see: dependabot/dependabot-core#1912
Stopped working for 'native' GitHub Dependabot, see: dependabot/dependabot-core#1912
This is broken currently, tracked here: dependabot/dependabot-core#1912
@feelepxyz any updates? |
@feelepxyz maybe a good idea to prioritise this in the backlog? As you can see, many projects are dropping dependabot badge which is a great marketing for your work. |
#### Details Dependabot's README badges broke when the old non-GitHub Dependabot migrated to GitHub. This PR removes the broken badge. ##### Motivation Fixes broken link/image at top of README ##### Context There isn't currently a replacement for the badge feature in the native GitHub Dependabot. dependabot/dependabot-core#1912 tracks the request to add it, but hasn't seen activity in some time. #### Pull request checklist <!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox --> - [n/a] Addresses an existing issue: #0000 - [x] Ran `yarn fastpass` - [n/a] Added/updated relevant unit test(s) (and ran `yarn test`) - [n/a] Verified code coverage for the changes made. Check coverage report at: `<rootDir>/test-results/unit/coverage` - [x] PR title *AND* final merge commit title both start with a semantic tag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See `CONTRIBUTING.md`. - [n/a] (UI changes only) Added screenshots/GIFs to description above - [n/a] (UI changes only) Verified usability with NVDA/JAWS
#### Details Dependabot's README badges broke when the old non-GitHub Dependabot migrated to GitHub. This PR removes the broken badge. ##### Motivation Fixes broken link/image at top of README ##### Context There isn't currently a replacement for the badge feature in the native GitHub Dependabot. dependabot/dependabot-core#1912 tracks the request to add it, but hasn't seen activity in some time. #### Pull request checklist <!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox --> - [n/a] Addresses an existing issue: Fixes #0000 - [n/a] Added relevant unit test for your changes. (`yarn test`) - [n/a] Verified code coverage for the changes made. Check coverage report at: `<rootDir>/test-results/unit/coverage` - [x] Ran precheckin (`yarn precheckin`) - [n/a] Described how this PR impacts both the ADO extension and the GitHub action
@feelepxyz any updates for this issue please ? |
@feelepxyz its been many moons. any updates on this? |
Let me look into this one and get back to you. We need to make a decision either way on what the plan is, whether to support these going forward or not. I'd personally like to support them, but that would require some engineering work + ongoing maintenance of it, so no promises that we'll be able to do that. And might take me a little time to connect with everyone to figure out a decision. But we need to make a decision so we don't keep you all hanging. |
I haven't circled back on this because there's been some internal debate on this. At this point, the general consensus seems to be that we will support these at some point, but that it's not the highest priority so may take a bit longer to get to it. |
Dependabot used to offer badges showign whether a project was up to date. This has unfortunately been broken since the acquisition/move to GitHub.com: * #1912 Long term, it'd be nice to bring this back, but even if we do, the URL will almost certainly be different. So delete the broken link.
Dependabot used to offer badges showign whether a project was up to date. This has unfortunately been broken since the acquisition/move to GitHub.com: * #1912 Long term, it'd be nice to bring this back, but even if we do, the URL will almost certainly be different. So delete the broken link.
Any updates to this feature request? |
remove dependabot badge - dependabot/dependabot-core#1912
Hello it's been 4 years. do you have any news about the badge in native GitHub? as CodeQL has it? Thanks |
The otherwise excellent badge (or shield) is currently "failing", writing
inactive
when moving to the new native GitHub Dependabot system.This sends the wrong message, hence it should be updated to the new system as well.
EDIT by @jeffwidman:
Whenever we re-implement this, we should also look at making it easy to create these badges as described in #2070.
The text was updated successfully, but these errors were encountered: