chdsbd / kodiak

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

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

Closed sbdchd closed 2 years ago

sbdchd commented 2 years 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