From fafb3e9c5733e470971171aa6c013d8c341e8a55 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 22 Dec 2023 00:56:46 +0800 Subject: [PATCH] chore(renovate): rm codeowners --- .renovaterc.json5 | 2 -- 1 file changed, 2 deletions(-) diff --git a/.renovaterc.json5 b/.renovaterc.json5 index 929ba888..7934eb0a 100644 --- a/.renovaterc.json5 +++ b/.renovaterc.json5 @@ -26,8 +26,6 @@ "rebaseWhen": "behind-base-branch", // automerge needs this, and because I keep breaking my shit lol // "schedule": ["on saturday"], // TODO: re-add it when I stop being a shut-in NEET // NOTE: forward slashes do not need escaping on Renovate, and a proper escape backslash needs double backslashes because JSON moment - "assigneesFromCodeOwners": true, - "reviewersFromCodeOwners": true, "ignorePaths": ["**/archive/**", "**/**.sops.**"], "flux": { "fileMatch": ["^kube/.+\\.ya?ml$"],