Skip to content

Commit

Permalink
ci(renovate): fix renovate vscode package rule
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Dec 15, 2024
1 parent fbf06d4 commit 97ff228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"groupName": "VS Code dependencies",
"matchPaths": ["package.json"],
"matchPackageNames": ["vscode", "@types/vscode"],
"matchDepNames": ["vscode", "@types/vscode"],
"patch": false,
"rangeStrategy": "bump",
"semanticCommitType": "fix",
Expand Down

0 comments on commit 97ff228

Please sign in to comment.