From 89ff562233bb2118fdfc3066950813651802f2cb Mon Sep 17 00:00:00 2001 From: Xwite <82232510+Xwite@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:16:28 +0800 Subject: [PATCH] CI(dependabot.yml): Update Kotlin and KSPtogether use options `groups` to update dependencies `com.google.devtools.ksp` `org.jetbrains.kotlin:*` in a pull request --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7e3420990..64bd1ff5e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,6 +29,11 @@ updates: interval: "weekly" registries: "*" open-pull-requests-limit: 20 + groups: + kotlin_KSP: + patterns: + - "org.jetbrains.kotlin:*" + - "com.google.devtools.ksp" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/"