diff --git a/lib/index.js b/lib/index.js index 9159103..b667de4 100644 --- a/lib/index.js +++ b/lib/index.js @@ -262,7 +262,7 @@ const cherryPickPR = async ( } }; -const SHORT_MSG_REGEX = /^Bump ([\w-@\/]+) from ([\w\.-]+) to ([\w\.-]+)/; +const SHORT_MSG_REGEX = /Bump ([\w-@\/]+) from ([\w\.-]+) to ([\w\.-]+)/; const PKG_MANAGER_REGEX = /dependabot\/([\w-]+)/; const EXTRACT_FROM_REGEX = /^\-(.*)$/m; const EXTRACT_TO_REGEX = /^\+(.*)$/m;