diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-01 08:38:31 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 08:38:31 +0530 |
commit | 1aa01ebb9aaa06311cb198d4ea0d79ab7cb38bc0 (patch) | |
tree | 8cd0bcd79c9463165a77355dcba2a96b067081f6 /.github/dependabot.yml | |
parent | 25e7a16736695884451247e32afcb63664dadbb8 (diff) |
Raise Dependabot Gradle PR limit to 5 (#1555)
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ea0377c1..77b45f6d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,7 @@ updates: directory: "/" schedule: interval: "daily" - - open-pull-requests-limit: 1 + open-pull-requests-limit: 5 labels: - "A-dependencies" |