chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs
https://kodiakhq.com
GNU Affero General Public License v3.0
1.03k stars 65 forks source link

add(bot): parsing body for dependabot versions #845

Closed sbdchd closed 1 year ago

sbdchd commented 1 year ago

We were parsing version upgrades from the PR title for dependabot and renovatebot, but we only parsed the body for renovatebot.

This PR also parses the body for dependabot PRs.

rel: https://github.com/chdsbd/kodiak/issues/844