diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 797a0703..8cbf5aa3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,10 @@ updates: schedule: interval: daily target-branch: main + open-pull-requests-limit: 20 - package-ecosystem: gradle directory: "/" schedule: interval: daily target-branch: main + open-pull-requests-limit: 20 diff --git a/build.gradle.kts b/build.gradle.kts index c0a236bc..e5acd699 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { buildscript { dependencies { - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.0") classpath("com.google.devtools.ksp:symbol-processing-gradle-plugin:2.3.5") } }