Skip to content

Commit

Permalink
chore: ignore remark parse and stringify since plugins like remark-ma…
Browse files Browse the repository at this point in the history
…th cannot update
  • Loading branch information
Saul-Mirone committed Sep 18, 2023
1 parent 8faeabd commit b78bc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": ["config:base", ":preserveSemverRanges", "group:all"],
"ignoreDeps": ["unified", "remark"]
"ignoreDeps": ["unified", "remark", "remark-parse", "remark-stringify"]
}

0 comments on commit b78bc38

Please sign in to comment.