From df12d54d80edf3c4c242f2cc591e859779c8d3c1 Mon Sep 17 00:00:00 2001 From: Boris Shaposhnikov Date: Thu, 13 Apr 2023 16:50:46 +0300 Subject: [PATCH] + dependabot --- .github/CODEOWNERS | 2 ++ .github/dependabot.yml | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/dependabot.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..694f035 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +* @VKCOM/vk-data +.github/dependabot.yml @VKCOM/vk-sec \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1d3f282 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: 'pip' + directory: '/' + schedule: + interval: 'daily' + allow: + - dependency-type: 'direct' + reviewers: + - 'VKCOM/vk-sec' + - 'VKCOM/vk-data' \ No newline at end of file