Skip to content

Commit 8f489cd

Browse files
committed
revision fixes and other changes
1 parent c3d9b5e commit 8f489cd

4 files changed

Lines changed: 25 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* @VKCOM/kphp-developers
2+
.github/ @VKCOM/vk-sec

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
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

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ changelog {
8686
repositoryUrl = providers.gradleProperty("pluginRepositoryUrl")
8787
}
8888

89-
9089
tasks {
9190
wrapper {
9291
gradleVersion = providers.gradleProperty("gradleVersion").get()

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ junit = "4.13.2"
44

55
# plugins
66
changelog = "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
88
kotlin = "1.9.25"
99

1010
[libraries]

0 commit comments

Comments
 (0)