From bc80463aef7e6abd413d272222bba366a0a9b0af Mon Sep 17 00:00:00 2001 From: Petros Paraskevopoulos Date: Tue, 10 Dec 2024 12:47:31 +0200 Subject: [PATCH] Deps: Group kotlin & ksp dependabot updates With this configuration Dependabot should update both, the 'Kotlin' and 'KSP' related dependencies in one go, on a single Dependabot related PR. FYI: Using the 'applies-to key' is optional. If the 'applies-to key' is absent from a set of grouping rules, it defaults to 'version-updates' for backwards compatibility. I chose to use 'applies-to' in order to be explicit about this and avoid any confusion related to the defaults. For more info see: https://docs.github.com/en/code-security/ dependabot/dependabot-version-updates/ configuration-options-for-the-dependabot.yml-file#groups --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e6d0c16c727a..172967171ccb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,14 @@ updates: - "bot: dependencies update" reviewers: - "wordpress-mobile/android-developers" + groups: + kotlin-ksp: + applies-to: version-updates + patterns: + - "org.jetbrains.kotlin*" + - "com.google.devtools.ksp*" + exclude-patterns: + - "org.jetbrains.kotlinx*" ignore: # The Android Gradle Plugin is a dependency that needs to be in sync with other # in-house libraries due to compatibility with composite build.