Skip to content

Commit

Permalink
fix: replace matchPackages with matchPackageNames (#3343)
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali145 authored Dec 31, 2024
1 parent 423b1b9 commit 3d48347
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 @@ -3,7 +3,7 @@
"extends": ["local>mitodl/.github:renovate-config"],
"packageRules": [
{
"matchPackages": ["sass"],
"matchPackageNames": ["sass"],
"automerge": false
}
]
Expand Down

0 comments on commit 3d48347

Please sign in to comment.