Skip to content

Commit

Permalink
Deps: Group kotlin & ksp dependabot updates
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ParaskP7 committed Dec 10, 2024
1 parent 4e19dbf commit bc80463
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bc80463

Please sign in to comment.