From b20754c303f48cf4a648dbd0c1ebd35b72ed0cfd Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Tue, 24 Jun 2025 10:42:57 +0400 Subject: [PATCH] Added CODEOWNERS --- .github/CODEOWNERS | 10 ++++++++++ .github/dependabot.yml | 4 ---- 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..307a8aa --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. + +# more information about CODEOWNERS see by the link https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @global-owner1 and @global-owner2 will be requested for +# review when someone opens a pull request. +* @Nikita-Smirnov-Exactpro \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 11d9d7c..34dea22 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,16 +2,12 @@ version: 2 updates: - package-ecosystem: gradle directory: / - reviewers: - - Nikita-Smirnov-Exactpro labels: - dependencies schedule: interval: daily - package-ecosystem: github-actions directory: / - reviewers: - - Nikita-Smirnov-Exactpro labels: - dependencies schedule: