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/**"