Skip to content

Commit a77ae79

Browse files
committed
chore: add kodiak config
Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
1 parent 62c6b95 commit a77ae79

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/.kodiak.toml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# .kodiak.toml
2+
version = 1
3+
4+
[approve]
5+
auto_approve_usernames = ["dependabot"]
6+
7+
[update]
8+
always = true
9+
10+
[merge]
11+
method = "squash"

0 commit comments

Comments
 (0)