From 38e4e6963305ce6831971071455379b6e5b8619f Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Tue, 11 Jun 2024 20:41:32 -0700 Subject: .github: clean up stale things and wrong references We do not need a stale bot. We do not need dependabot. Fixes: https://git.lix.systems/lix-project/lix/issues/391 Change-Id: I983fae4dc4cd9022b12f70e330b5c984c5fc1b9d --- .github/CODEOWNERS | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/CODEOWNERS (limited to '.github/CODEOWNERS') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index ab5908649..000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,18 +0,0 @@ -# Pull requests concerning the listed files will automatically invite the respective maintainers as reviewers. -# This file is not used for denoting any kind of ownership, but is merely a tool for handling notifications. -# -# Merge permissions are required for maintaining an entry in this file. -# For documentation on this mechanism, see https://help.github.com/articles/about-codeowners/ - -# Default reviewers if nothing else matches -* @edolstra - -# This file -.github/CODEOWNERS @edolstra - -# Public documentation -/doc @fricklerhandwerk -*.md @fricklerhandwerk - -# Libstore layer -/src/libstore @thufschmitt -- cgit v1.2.3