From aad91d4c09748216a77b030cff33212eaa6f10e5 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Fri, 7 Jan 2022 14:42:41 +0100 Subject: [PATCH] Assign lockfiles to proper owners --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ce3986a6..d4baed0c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,6 +5,7 @@ # Ruby/Backend related code *.rb @nilsding +Gemfile.lock @nilsding # Frontend assets *.coffee @pixeldesu @@ -12,6 +13,7 @@ *.json @pixeldesu *.scss @pixeldesu *.ts @pixeldesu +yarn.lock @pixeldesu # Frontend views *.haml @pixeldesu