Skip to content

Commit

Permalink
Disable MathJax automatic update (until mathjax/MathJax#2403 is fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Mar 12, 2022
1 parent b9b35c5 commit 71942ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json → renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"schedule:monthly",
":maintainLockFilesMonthly"
],
"packageRules": [
{
// blocked by: mathjax/MathJax#2403
"matchPackagePatterns": ["mathjax"],
"enabled": false
}
],
"lockFileMaintenance": {
"extends": [
"group:all"
Expand Down

0 comments on commit 71942ed

Please sign in to comment.