mirror of
https://github.com/gedoor/legado.git
synced 2025-08-06 13:51:11 +08:00
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:
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@ -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: "/"
|
||||
|
Reference in New Issue
Block a user