Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json (#333)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent fcd0267 commit cbfd919
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,26 @@
],
"rangeStrategy": "bump",
"prHourlyLimit": 0,
"labels": ["dependencies"],
"labels": [
"dependencies"
],
"vulnerabilityAlerts": {
"labels": ["security"],
"labels": [
"security"
],
"enabled": true
},
"packageRules": [
{
"groupName": "@commitlint",
"matchPackagePrefixes": [
"@commitlint/"
"matchPackageNames": [
"@commitlint/{/,}**"
]
},
{
"groupName": "@iconify-json",
"matchPackagePrefixes": [
"@iconify-json/"
"matchPackageNames": [
"@iconify-json/{/,}**"
]
}
]
Expand Down

0 comments on commit cbfd919

Please sign in to comment.