kodiak icon indicating copy to clipboard operation
kodiak copied to clipboard

Auto merge certain dependencies by name

Open chdsbd opened this issue 1 year ago • 0 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"]

chdsbd avatar Dec 20 '22 15:12 chdsbd