chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs

Home Page:https://kodiakhq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto merge certain dependencies by name

chdsbd opened this issue · comments

Some dependency updates require manual review before merge, while others should auto merge.

For example, we might allow "dependency-alpha" updates automatically, but require "dependency-beta" updates to be reviewed manually.

We need new configuration options to support this

[update]
ignored_dependencies = ["dependency-beta"]