chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
Showing only changes of commit 6719d137d7 - Show all commits

View file

@ -18,10 +18,9 @@ jobs:
git add ./nixos/pkgs/plex-pass/
# Push if changed
git status ./nixos/pkgs/plex-pass/ | grep -q modified
if [ $? == 0 ]; then
if git status ./nixos/pkgs/plex-pass/ | grep -q modified; then
git commit -m "Update Plex"
git push origin main
fi
true