We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b17d24 commit 729cb1fCopy full SHA for 729cb1f
2 files changed
.github/dependabot.yml
@@ -41,6 +41,10 @@ updates:
41
open-pull-requests-limit: 50
42
schedule:
43
interval: monthly
44
+ ignore:
45
+ - dependency-name: "org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin"
46
+ # This pre-Kotlin-1.7 project must not have the Kotlin major version updated:
47
+ update-types: [ "version-update:semver-major" ]
48
- package-ecosystem: gradle
49
directory: /test-project-mixed
50
test-project-kotlin-pre-1-7/build.gradle.kts
@@ -1,7 +1,7 @@
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
plugins {
4
- kotlin("jvm") version "1.9.22" apply false
+ kotlin("jvm") version "1.6.0" apply false
5
id("org.javamodularity.moduleplugin") version "1.8.13" apply false
6
}
7
0 commit comments