File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ * @ VKCOM/kphp-developers
2+ .github / @ VKCOM/vk-sec
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ changelog {
8686 repositoryUrl = providers.gradleProperty(" pluginRepositoryUrl" )
8787}
8888
89-
9089tasks {
9190 wrapper {
9291 gradleVersion = providers.gradleProperty(" gradleVersion" ).get()
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ junit = "4.13.2"
44
55# plugins
66changelog = " 2.2.1"
7- intelliJPlatform = " 2.0.1"
7+ intelliJPlatform = " 2.0.1" # TODO: update this in next update: https://youtrack.jetbrains.com/issue/MP-7019
88kotlin = " 1.9.25"
99
1010[libraries ]
You can’t perform that action at this time.
0 commit comments