We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b88dfb commit b62fe8bCopy full SHA for b62fe8b
.github/CODEOWNERS
@@ -0,0 +1,2 @@
1
+* @VKCOM/kphp-developers
2
+.github/dependabot.yml @VKCOM/vk-sec
.github/dependabot.yml
@@ -0,0 +1,22 @@
+version: 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
17
18
19
20
21
22
0 commit comments