Skip to content

Commit

Permalink
chore(renovate): add monaco-editor to ignoreDeps (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito committed Jun 25, 2024
1 parent 60f545c commit 60d3d01
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,14 @@
],
"constraints": {
"pnpm": "8.6.11"
}
},
"packageRules": [
{
"description": "Pin monaco-editor for @kong-ui-public/expressions and @kong-ui-public/entities-routes",
"matchFileNames": ["packages/core/expressions/package.json", "packages/entities/entities-routes/package.json"],
"groupName": "expressions-monaco-editor",
"matchPackageNames": ["monaco-editor"],
"enabled": false
}
]
}

0 comments on commit 60d3d01

Please sign in to comment.