diff --git a/.github/.kodiak.toml b/.github/.kodiak.toml new file mode 100644 index 0000000..04a5d67 --- /dev/null +++ b/.github/.kodiak.toml @@ -0,0 +1,12 @@ +# .kodiak.toml +version = 1 + +[approve] +auto_approve_usernames = ["dependabot"] + +[update] +always = true +ignored_usernames = ["dependabot"] + +[merge] +method = "squash"