Skip to content

Commit b62fe8b

Browse files
committed
dependabot
1 parent 0b88dfb commit b62fe8b

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/CODEOWNERS

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* @VKCOM/kphp-developers
2+
.github/dependabot.yml @VKCOM/vk-sec

.github/dependabot.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gradle"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
allow:
8+
- dependency-type: "direct"
9+
reviewers:
10+
- "VKCOM/vk-sec"
11+
- "VKCOM/kphp-developers"
12+
open-pull-requests-limit: 0
13+
- package-ecosystem: "github-actions"
14+
# Workflow files stored in the
15+
# default location of `.github/workflows`
16+
directory: "/"
17+
schedule:
18+
interval: "daily"
19+
reviewers:
20+
- "VKCOM/vk-sec"
21+
- "VKCOM/kphp-developers"
22+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)