From 87f821b13ab876734debca53d7d74d59f40554f8 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Thu, 14 Oct 2021 11:53:52 +0200 Subject: [PATCH] chore(kodiak): auto approve renovate PRs (#522) --- .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