Skip to content

Commit bcac5e2

Browse files
authored
ci: add dependabot (#14)
1 parent 632da00 commit bcac5e2

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
yarn.lock @VKCOM/vk-sec
2-
.yarnrc @VKCOM/vk-sec
1+
.github/dependabot.yml @VKCOM/vk-sec

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
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+
directory: '/'
14+
schedule:
15+
interval: 'daily'
16+
reviewers:
17+
- 'VKCOM/vk-sec'

0 commit comments

Comments
 (0)