Skip to content

Remove non-functional Dependabot auto-retry workflow#140

Open
asadsmalik wants to merge 1 commit into
mainfrom
chore/remove-dependabot-auto-retry
Open

Remove non-functional Dependabot auto-retry workflow#140
asadsmalik wants to merge 1 commit into
mainfrom
chore/remove-dependabot-auto-retry

Conversation

@asadsmalik

Copy link
Copy Markdown
Contributor

Removes the daily Dependabot auto-retry caller workflow.

The workflow can never succeed: it POSTs to a non-existent .../dependabot/alerts/{n}/rerun REST route (returns 404 "Not Found" for every alert). GitHub exposes no public REST/GraphQL endpoint to retry a Dependabot security update — the "Try Again" button is a web-UI-only action backed by a cookie+CSRF web endpoint that no App/PAT/GITHUB_TOKEN can authenticate to. Dismiss/reopen via the alerts API does not trigger a PR either (confirmed by GitHub: reopening "will not affect Dependabot pull requests or the GraphQL API").

The reusable workflow it calls is being removed in aws-geospatial/github-workflows-for-amazon-location.

@asadsmalik asadsmalik requested a review from a team as a code owner June 30, 2026 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants