chore: upgrade to mono v0.0.5

The way scopes are handled in `.mono.toml` changed, see [v0.0.5] release notes.

[v0.0.5]: https://github.com/zensical/mono/releases/tag/v0.0.5

Signed-off-by: squidfunk <martin.donath@squidfunk.com>
This commit is contained in:
Martin Donath
2025-12-21 07:24:39 +01:00
committed by GitHub
parent c621ab85f2
commit 17a63f1135
+3 -2
View File
@@ -22,5 +22,6 @@
# IN THE SOFTWARE.
[changeset.scopes]
compat = "python"
ui = "scripts"
compat = "python/**"
docker = "Dockerfile"
ui = "scripts/**"