CI(dependabot.yml): Update Kotlin and KSPtogether

use options `groups`  to update dependencies `com.google.devtools.ksp` `org.jetbrains.kotlin:*` in a pull request
This commit is contained in:
Xwite
2024-08-27 11:16:28 +08:00
committed by GitHub
parent 681983ca0c
commit 89ff562233

View File

@ -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: "/"