Skip to content

Commit

Permalink
chore: prevent @types/vscode from updating
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Oct 7, 2024
1 parent 068e4fe commit 2aeb538
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
"ignoreScripts": true,
"packageRules": [
{
"description": "Do not pin @types/vscode because it must follow the value set in engines.vscode.",
"description": "Do not update or pin @types/vscode because it must follow the value set in engines.vscode.",
"matchPackageNames": ["@types/vscode"],
"matchUpdateTypes": ["pin"],
"enabled": false
}
]
Expand Down

0 comments on commit 2aeb538

Please sign in to comment.