From 953a812f02f0b3da6a476df14adc4a631951a1aa Mon Sep 17 00:00:00 2001 From: erezrokah Date: Mon, 4 Oct 2021 18:26:24 +0200 Subject: [PATCH] chore(kodiak): auto approve renovate PRs --- .github/.kodiak.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/.kodiak.toml b/.github/.kodiak.toml index 0b7964f..0209e10 100644 --- a/.github/.kodiak.toml +++ b/.github/.kodiak.toml @@ -2,4 +2,7 @@ version = 1 [merge.automerge_dependencies] versions = ["minor", "patch"] -usernames = ["renovate"] \ No newline at end of file +usernames = ["renovate"] + +[approve] +auto_approve_usernames = ["renovate"] \ No newline at end of file