We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632da00 commit bcac5e2Copy full SHA for bcac5e2
.github/CODEOWNERS
@@ -1,2 +1 @@
1
-yarn.lock @VKCOM/vk-sec
2
-.yarnrc @VKCOM/vk-sec
+.github/dependabot.yml @VKCOM/vk-sec
.github/dependabot.yml
@@ -0,0 +1,17 @@
+version: 2
+updates:
3
+ - package-ecosystem: 'npm'
4
+ directory: '/'
5
+ schedule:
6
+ interval: 'daily'
7
+ allow:
8
+ - dependency-type: 'direct'
9
+ reviewers:
10
+ - 'VKCOM/vk-sec'
11
+
12
+ - package-ecosystem: 'github-actions'
13
14
15
16
17
0 commit comments