Skip to content

Commit

Permalink
Add SkiaSharp dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonescz authored Dec 3, 2024
1 parent 472810f commit 9ba6dfb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"extends": [
"config:base"
],
"ignorePaths": ["**/examples/**"]
"ignorePaths": ["**/examples/**"],
"packageRules": [
{
"matchPackagePrefixes": ["SkiaSharp"],
"groupName": "SkiaSharp"
}
]
}

0 comments on commit 9ba6dfb

Please sign in to comment.