practicalli

practicalli-johnny 2023-04-14T11:32:06.954099Z

Update to https://github.com/practicalli/clojure-cli-config I'm simplifying the qualifiers being used in the alias names by dropping the env qualifier. I have never been that happy with this as a qualifier and its removal makes the configuration simpler to understand and use overall. This results in renaming two aliases, so a breaking change although hopefully not that impactful to any workflow • :env/test is now :test/env:env/dev is now :dev/env

practicalli-johnny 2023-04-14T12:17:30.859079Z

I've added a scheduled GitHub workflow using liquidz/antq to see if this is a useful addition. It will provide a daily report to help decide when a monthly update of library versions is useful to commit, or possibly update versions more frequently. The worlfow may also highlight a few library versions I dont regularly change, although I believe these have all moved to the deprecated-deps.edn file now.

👀 1