Skip to content

Commit caf8890

Browse files
authored
Merge branch 'develop' into renovate/gradle-7.x
2 parents 59adf9f + 53ae42e commit caf8890

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

buildSrc/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ java {
2525
targetCompatibility = JavaVersion.VERSION_11
2626
}
2727

28-
val buildToolsVersion = "7.3.0"
29-
val kotlinVersion = "1.6.21"
28+
val buildToolsVersion = "7.3.1"
29+
val kotlinVersion = "1.7.21"
3030
val manesVersion = "0.38.0"
3131

3232
dependencies {

renovate.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:base"
5-
]
5+
],
6+
"labels": ["dependencies"],
7+
"baseBranches": ["dependencies/version-bump"],
8+
"schedule": ["every weekend"]
69
}

0 commit comments

Comments
 (0)