chore(deps): automerge VM updates with test(deps)

This commit is contained in:
Christopher Willis-Ford 2024-02-21 14:01:44 -08:00
parent 5586572a06
commit e384d9ae12

View file

@ -10,7 +10,7 @@
// since that will cause a never-ending cycle of dependency updates.
{
"description": "don't bump scratch-render version when updating scratch-vm",
"automerge": false, // disable this once scratch-render uses semantic-release instead of date-based versioning
"automerge": true,
"matchPackageNames": ["scratch-vm"],
"semanticCommitType": "test" // scratch-vm is a dependency of scratch-render tests only
}