aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-12-01 08:38:31 +0530
committerGitHub <noreply@github.com>2021-12-01 08:38:31 +0530
commit1aa01ebb9aaa06311cb198d4ea0d79ab7cb38bc0 (patch)
tree8cd0bcd79c9463165a77355dcba2a96b067081f6
parent25e7a16736695884451247e32afcb63664dadbb8 (diff)
Raise Dependabot Gradle PR limit to 5 (#1555)
-rw-r--r--.github/dependabot.yml3
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"