From 375256084b2538547395c75291f7635636e00c82 Mon Sep 17 00:00:00 2001 From: Alex Johansson Date: Tue, 7 Sep 2021 10:58:00 +0200 Subject: [PATCH] update kodiak to approve dependabot automatically (#593) --- .kodiak.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.kodiak.toml b/.kodiak.toml index 7ac08230bc..9470fd062b 100644 --- a/.kodiak.toml +++ b/.kodiak.toml @@ -2,3 +2,6 @@ version = 1 [update] autoupdate_label = "♻️ autoupdate" + +[approve] +auto_approve_usernames = ["dependabot"]