From 5d0dc4f55aa9390cf6abb0c5635da7ac60210eef Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 3 Mar 2020 08:42:44 -0800 Subject: [PATCH] chore: only allow renovate-bot for trusted-contribution auto-labeling (#71) --- .github/trusted-contribution.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/trusted-contribution.yml diff --git a/.github/trusted-contribution.yml b/.github/trusted-contribution.yml new file mode 100644 index 000000000..f247d5c78 --- /dev/null +++ b/.github/trusted-contribution.yml @@ -0,0 +1,2 @@ +trustedContributors: +- renovate-bot \ No newline at end of file