⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@mhucka
Copy link
Collaborator

@mhucka mhucka commented Jan 24, 2026

This adds a simple work to clean up the Dependabot description bodies to remove unwanted sections (like the list of commands) and convert the HTML body to Markdown.

The algorithm is simple: look for <details><summary>Commits</summary>, which marks the beginning of a section listing the commits in the upstream repository, and just delete everything in the Dependabot description from that point to the end. This gets rid of the commits list, the Dependabot command summary, and miscellaneous other bits that we don't find useful.

This adds a simple work to clean up the Dependabot description bodies to
remove unwanted sections (like the list of commands) and convert the
HTML body to Markdown.

The algorithm is simple: look for `<details><summary>Commits</summary>`,
which marks the beginning of a section listing the commits in the
upstream repository, and just delete everything in the Dependabot
description from that point to the end. This gets rid of the commits
list, the Dependabot command summary, and miscellaneous other bits that
we don't find useful.
@github-actions github-actions bot added the size: M 50< lines changed <250 label Jan 24, 2026
@mhucka mhucka marked this pull request as ready for review January 24, 2026 06:34
@mhucka mhucka requested a review from pavoljuhas January 24, 2026 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: M 50< lines changed <250

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant