Skip to content

Commit

Permalink
chore: ignore deps that need manual integration
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Nov 19, 2023
1 parent 1a2d8a7 commit 701db87
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"extends": ["config:recommended"],
"schedule": ["on the first day of the month"],
"dependencyDashboard": false,
"ignoreDeps": ["scss-sassdoc-parser", "vscode-css-languageservice"],
"packageRules": [
{
"groupName": "linters",
Expand All @@ -18,10 +19,6 @@
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchPackagePatterns": ["vscode-css-languageservice"],
"automerge": false
},
{
"groupName": "dependencies (non-major)",
"matchDepTypes": ["dependencies"],
Expand Down

0 comments on commit 701db87

Please sign in to comment.