From bdb1970dc638a350f071c123cfe3db335a4413bd Mon Sep 17 00:00:00 2001 From: erezrokah Date: Fri, 8 Oct 2021 14:15:16 +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 0b7964f7..0209e106 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