KDAB / cxx-qt

Safe interop between Rust and Qt
https://kdab.github.io/cxx-qt/book/
973 stars 67 forks source link

github: add basic dependabot to update github actions #909

Closed ahayzen-kdab closed 3 months ago

ahayzen-kdab commented 3 months ago

Note this should in theory automatically create branches to update any github action usages if they are out of date eg - uses: actions/checkout@v3 would be updated to - uses: actions/checkout@v4 etc

ahayzen-kdab commented 3 months ago

Right, wonder how it compares to cargo outdated as we don't have a lock file so we don't care about updating the micro version if we are only depending on the minor version in the toml