Allow ModFramework to change versions

This commit is contained in:
Lucas Nicodemus 2022-10-06 01:22:45 -07:00 committed by GitHub
parent 0764f3e46e
commit 87d85d1b9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
},
"packageRules": [
{
"matchPackageNames": ["OTAPI.Upcoming"],
"matchPackageNames": ["OTAPI.Upcoming", "ModFramework"],
"ignoreUnstable": "false",
"bumpVersion": "prerelease",
}