From 5fdd9560b5da0d0359ab2c1970b80435a83eda9c Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Mon, 7 Mar 2022 20:56:52 +0200 Subject: [PATCH] chore: add Kodiak --- .github/.kodiak.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/.kodiak.toml diff --git a/.github/.kodiak.toml b/.github/.kodiak.toml new file mode 100644 index 00000000..b1efccec --- /dev/null +++ b/.github/.kodiak.toml @@ -0,0 +1,8 @@ +version = 1 + +[merge.automerge_dependencies] +versions = ["minor", "patch"] +usernames = ["renovate"] + +[approve] +auto_approve_usernames = ["renovate"]