chore: let scratch-vm automerge w/o version bump

This commit is contained in:
Christopher Willis-Ford 2023-10-13 09:52:17 -07:00
parent 8aaa38e588
commit d6219e8c63

View file

@ -10,7 +10,6 @@
// 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
"matchPackageNames": ["scratch-vm"],
"semanticCommitType": "test" // scratch-vm is a dependency of scratch-render tests only
}