Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
NO-JIRA: fix renovate rules for monaco editor related packages (#378)
Browse files Browse the repository at this point in the history
new renovate packageRules for monaco editor related deps
  • Loading branch information
kelvah authored Apr 18, 2023
1 parent 4378818 commit 5c45874
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
},
{
"matchPackageNames": ["react-monaco-editor"],
"allowedVersions": "<=0.41.2"
"allowedVersions": "<=0.50.0"
},
{
"matchPackageNames": ["monaco-editor"],
"allowedVersions": "<=0.34.0"
}
]
}

0 comments on commit 5c45874

Please sign in to comment.