Skip to content

Commit 2c21972

Browse files
Merge pull request #250 from java9-modularity/dependabot/gradle/test-project-kotlin-pre-1-7/jvm-1.9.22
Stop dependabot updating Kotlin version in /test-project-kotlin-pre-1-7
2 parents 6361508 + 317ea42 commit 2c21972

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ updates:
4141
open-pull-requests-limit: 50
4242
schedule:
4343
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" ]
4448
- package-ecosystem: gradle
4549
directory: /test-project-mixed
4650
open-pull-requests-limit: 50

0 commit comments

Comments
 (0)