Skip to content

Commit

Permalink
Update renovate package rules
Browse files Browse the repository at this point in the history
  • Loading branch information
bkis committed Sep 19, 2024
1 parent e0edf97 commit cd92a1f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@
"reviewers": ["bkis"],
"packageRules": [
{
"matchUpdateTypes": ["patch", "pin", "digest"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchUpdateTypes": ["major", "minor"],
"matchPackageNames": ["typescript"],
"automerge": false
}
]
}

0 comments on commit cd92a1f

Please sign in to comment.