Skip to content

Commit

Permalink
chore(renovate): attempt to fix commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Jun 14, 2024
1 parent 0799fdd commit c9b93f1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,26 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"dependencyDashboard": true,
"semanticCommits": "enabled",
"packageRules": [
{
"description": "Automerge non-major dev updates",
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"matchDepTypes": ["dependencies"],
"semanticCommitType": "build"
},
{
"matchDepTypes": ["devDependencies"],
"semanticCommitType": "build",
"semanticCommitScope": "deps-dev"
},
{
"matchManagers": ["github-actions"],
"semanticCommitType": "ci"
}
]
}

0 comments on commit c9b93f1

Please sign in to comment.