Skip to content

Commit

Permalink
chore(config): migrate renovate config (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent 5bd340e commit 5ce34f4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"osvVulnerabilityAlerts": true,
"packageRules": [
{
"matchPackagePatterns": ["*"],
"semanticCommitType": "chore"
"semanticCommitType": "chore",
"matchPackageNames": ["*"]
},
{
"matchDepTypes": ["dependencies"],
Expand Down Expand Up @@ -56,12 +56,12 @@
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
},
{
"matchPackagePatterns": [
"@insurgent/conventional-changelog-preset",
"@insurgent/commitlint-config"
],
"groupName": "semantic-release related packages",
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"matchPackageNames": [
"/@insurgent/conventional-changelog-preset/",
"/@insurgent/commitlint-config/"
]
},
{
"extends": ["packages:linters"],
Expand Down

0 comments on commit 5ce34f4

Please sign in to comment.