Skip to content

Commit

Permalink
chore: auto merge "all dependencies" PRs (#4821)
Browse files Browse the repository at this point in the history
https://coveord.atlassian.net/browse/KIT-3770

Lets try this. It should work with the coveo setup according to what I
read.
  • Loading branch information
alexprudhomme authored Jan 8, 2025
1 parent 2b08637 commit fe34fde
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,17 @@
"packageRules": [
{
"groupName": "all dependencies",
"groupSlug": "all",
"matchPackageNames": ["*"]
"groupSlug": "all-safe",
"matchPackageNames": ["*"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"groupName": "all dependencies (major)",
"groupSlug": "all-major",
"matchPackageNames": ["*"],
"matchUpdateTypes": ["major"],
"automerge": false
},
{
"groupName": "typedoc",
Expand Down

0 comments on commit fe34fde

Please sign in to comment.