stable-steal-commits: increase deps depth

Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
diff --git a/stable-steal-commits b/stable-steal-commits
index 0fbab03..3c8bf49 100755
--- a/stable-steal-commits
+++ b/stable-steal-commits
@@ -35,7 +35,8 @@
 }
 
 function do_one {
-	for i in $(git log --no-merges --format="%H" --grep 'stable@vger' $1 $2 | tac); do
+#	for i in $(git log --no-merges --format="%H" --grep 'stable@vger' $1 $2 | tac); do
+	for i in $(git log --no-merges --format="%H" $1 $2 | tac); do
 		subj=$(git log -1 --format="%s" $i)
 
 		# Let's grab the mainline commit id, this is useful if the version tag
@@ -60,7 +61,7 @@
 				continue
 			fi
 			echo "Cherry pick failed. Fix, commit (or reset) and exit."
-			stable deps $i 10
+			stable deps $i 20
 			/bin/bash
 			continue
 		fi