diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-11-06 12:06:34 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-11-06 11:44:18 +0000 |
| commit | 7b852900edea5ba4713835a860693a0d1acaa826 (patch) | |
| tree | ddb2ec7c430f09930181b4cd721fe30f93fb4ab5 /.github | |
| parent | 10dbbf23bd08b25ebf66aed713dd479426c60e9d (diff) | |
dependabot.yml: limit to max 5 PRs
Merging the dependency update we trigger rebase and retest for other PRs.
Reducing the amount of PRs we reduce ARC pressure.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9cb3767c8..44bff7dc1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: directory: "/" schedule: interval: monthly - open-pull-requests-limit: 10 + open-pull-requests-limit: 5 commit-message: prefix: "mod:" assignees: |
