From 655a487ce23c1b018c8d9810e7c1968d51927948 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 18 Jun 2026 18:08:21 -0400 Subject: [PATCH 1/2] raise dependabot pull requests limit --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 797a0703d..8cbf5aa3c 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 From 3ddfb0b4deb0eb8c04fed5f4e6c0abd354097abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:10:01 +0000 Subject: [PATCH 2/2] Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.3.0 to 2.4.0 Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c0a236bc7..e5acd699b 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") } }