Skip to content

Commit

Permalink
Merge pull request #157 from stefanobartoletti/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
stefanobartoletti authored Jan 17, 2025
2 parents ab4aaff + 1b0085d commit 9ea4a31
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 9ea4a31

Please sign in to comment.