From cd210e4a6d66047abd2904b9332d6ed82fb78fab Mon Sep 17 00:00:00 2001 From: Roaa Sakr Date: Wed, 1 Dec 2021 12:55:24 -0800 Subject: [PATCH] Update autoupdate-dependencies.sh --- autoupdate-dependencies.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autoupdate-dependencies.sh b/autoupdate-dependencies.sh index a6b1d16..ccc64fe 100755 --- a/autoupdate-dependencies.sh +++ b/autoupdate-dependencies.sh @@ -83,6 +83,9 @@ then # commit the changes to updated files git commit -a -m "Auto-updated dependencies" + # add signoff to commits + git commit --amend --no-edit --signoff + # push the changes git push authenticated -f