Skip to content

Commit bc9bdc2

Browse files
committed
Add .kodiak.toml
1 parent faaef45 commit bc9bdc2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/.kodiak.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version = 1
2+
3+
[update]
4+
always = true # default: false
5+
require_automerge_label = false # default: true
6+
7+
[approve]
8+
auto_approve_usernames = ["dependabot", "renovate", "mbround18"]
9+
10+
[merge.automerge_dependencies]
11+
usernames = ["dependabot", "renovate"]

0 commit comments

Comments
 (0)