Skip to content

Commit

Permalink
Disable markdown-it types update (#2327)
Browse files Browse the repository at this point in the history
# Pull Request

## 🀨 Rationale

The `@types/markdown-it` updates were disabled due to an issue in
prosemirror-markdown. See #2326

## πŸ‘©β€πŸ’» Implementation

Disabled `@types/markdown-it` in the renovate config.

## πŸ§ͺ Testing

Will see if the renovate merge PR is successful after.

## βœ… Checklist

- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.
  • Loading branch information
rajsite authored Aug 2, 2024
1 parent 186667b commit 92d964e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"matchDepTypes": ["dependencies", "devDependencies", "peerDependencies"],
"excludePackagePatterns":[
"^@angular",
"@types/markdown-it",
"apache-arrow",
"comlink",
"eslint",
Expand Down

0 comments on commit 92d964e

Please sign in to comment.