From 17a63f113580b0311e2abfbbb8aebc62ea6ab65d Mon Sep 17 00:00:00 2001 From: Martin Donath Date: Sun, 21 Dec 2025 07:24:39 +0100 Subject: [PATCH] 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 --- .mono.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.mono.toml b/.mono.toml index 485212c..abe5a00 100644 --- a/.mono.toml +++ b/.mono.toml @@ -22,5 +22,6 @@ # IN THE SOFTWARE. [changeset.scopes] -compat = "python" -ui = "scripts" +compat = "python/**" +docker = "Dockerfile" +ui = "scripts/**"