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 3e85c1a14d - Show all commits

View file

@ -17,12 +17,8 @@ jobs:
git add ./nixos/pkgs/plex-pass/
git status
git diff
# Push if changed
if git status ./nixos/pkgs/plex-pass/ | grep -q modified; then
if git status ./nixos/pkgs/plex-pass/ | grep -q "to be committed"; then
git commit -m "Update Plex"
git push origin main
fi