The Trusty PR rule type only supports npm, pypi, and go. ``` ecosystems: - name: npm depfile: package-lock.json - name: pypi depfile: requirements.txt - name: go depfile: go.mod ``` We should support Java and Rust.