Update all dependencies #16

Merged
kjuulh merged 5 commits from renovate/all into main 2022-10-28 22:47:12 +02:00
Showing only changes of commit ed91cdea5d - Show all commits

View File

@ -7,4 +7,6 @@ deploymentrepo="$TMP/deployments"
cd $deploymentrepo
git pull --rebase
git add . && git commit -m "Added release $SERVICE: ${COMMIT_SHA:0:10}" && git pull && git push