mirror of
https://github.com/coder/code-server.git
synced 2024-11-23 20:52:38 +03:00
19 lines
354 B
JSON
19 lines
354 B
JSON
{
|
|
"rangeStrategy": "replace",
|
|
"extends": ["config:base"],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
|
"automerge": true,
|
|
"groupName": "Minor dependency updates"
|
|
},
|
|
{
|
|
"matchPaths": ["lib/vscode/"],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"vulnerabilityAlerts": {
|
|
"enabled": "true"
|
|
}
|
|
}
|