Skip to content

Commit 8d0a9ba

Browse files
committed
Update max concurrent PRs for dependabot
We currently have many pending updates that are not listed and the default 5 concurrent PRs is very limiting. See documentation on https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
1 parent 63bba2e commit 8d0a9ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ updates:
1818
- "org.jetbrains.kotlin.jvm"
1919
- "com.google.devtools.ksp"
2020
- "androidx.compose.compiler:compiler"
21+
open-pull-requests-limit: 10
2122
registries:
2223
maven-google:
2324
type: "maven-repository"

0 commit comments

Comments
 (0)