Skip to content

Commit

Permalink
chore(renovate): use deps-dev for lockfile maintenance (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs authored Jan 6, 2025
1 parent 63fd368 commit f445063
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
"packageRules": [
{
"description": "Automerge non-major dev updates",
"matchDepTypes": ["devDependencies", "volta", "action"],
"matchDepTypes": [
"devDependencies",
"lockFileMaintenance",
"volta",
"action"
],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
Expand All @@ -23,6 +28,11 @@
"semanticCommitType": "build",
"semanticCommitScope": "deps-dev"
},
{
"matchUpdateTypes": ["lockFileMaintenance"],
"semanticCommitType": "build",
"semanticCommitScope": "deps-dev"
},
{
"matchDepTypes": ["action"],
"semanticCommitType": "ci"
Expand Down

0 comments on commit f445063

Please sign in to comment.