Skip to content

Commit

Permalink
ci: update renovate rules
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanobartoletti committed Jan 17, 2025
1 parent 8e35cf5 commit 1c30101
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,19 @@
"vulnerabilityAlerts": {
"labels": ["security"],
"enabled": true
}
},
"packageRules": [
{
"groupName": "@commitlint",
"matchPackagePrefixes": [
"@commitlint/"
]
},
{
"groupName": "@iconify-json",
"matchPackagePrefixes": [
"@iconify-json/"
]
}
]
}

0 comments on commit 1c30101

Please sign in to comment.