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