Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent ab4aaff commit 1b0085d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@
],
"rangeStrategy": "bump",
"prHourlyLimit": 0,
"labels": ["dependencies"],
"labels": [
"dependencies"
],
"vulnerabilityAlerts": {
"labels": ["security"],
"labels": [
"security"
],
"enabled": true
},
"packageRules": [
{
"groupName": "@commitlint",
"matchPackagePrefixes": [
"@commitlint/"
"matchPackageNames": [
"@commitlint/{/,}**"
]
}
]
Expand Down

0 comments on commit 1b0085d

Please sign in to comment.