From 9541b470fce01ab0e2d409acf7190a43f2b77da8 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Fri, 8 Oct 2021 14:51:54 +0200 Subject: [PATCH] chore(kodiak): auto approve renovate PRs (#317) --- .github/.kodiak.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/.kodiak.toml b/.github/.kodiak.toml index f29ca2f2..0209e106 100644 --- a/.github/.kodiak.toml +++ b/.github/.kodiak.toml @@ -3,3 +3,6 @@ version = 1 [merge.automerge_dependencies] versions = ["minor", "patch"] usernames = ["renovate"] + +[approve] +auto_approve_usernames = ["renovate"] \ No newline at end of file