Skip to content

Commit

Permalink
renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Feb 16, 2024
1 parent 09b0e1b commit 32ca0a8
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 @@ -5,13 +5,22 @@
{
"matchPackagePatterns": ["^@udecode/", "^slate"],
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest"],
"automerge": true
"automerge": true,
"groupName": "Internal packages updates"
},
{
"matchPaths": ["!^@udecode/"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"schedule": "every weekend",
"groupName": "External updates"
},
{
"matchPaths": ["!^@udecode/"],
"matchUpdateTypes": ["major"],
"automerge": false,
"schedule": "every weekend"
"schedule": "every weekend",
"groupName": "External major updates"
}
]
}

0 comments on commit 32ca0a8

Please sign in to comment.