summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDidier Wenzek <didier.wenzek@acidalie.com>2022-07-25 11:24:37 +0200
committerGitHub <noreply@github.com>2022-07-25 11:24:37 +0200
commita878aba623b3f13065b5da825530fd3f3222717d (patch)
tree2ad53ae0ea69036b3fbc1f50b06f2827b67135ab
parent602a90f5068bcd0c42cb22e20e8c9594e9e7a8bb (diff)
parent09dae230828a09131fccac29192fabc5220c4bd8 (diff)
Merge pull request #1290 from matthiasbeyer/up-dependabot-limit
Disable the pull request limit for dependabot
-rw-r--r--.github/dependabot.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8ef5278d..86253f80 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,6 +4,8 @@ updates:
directory: "/"
schedule:
interval: daily
+ # Disable the pull request limit for dependabot
+ open-pull-requests-limit: 0
- package-ecosystem: github-actions
directory: "/"
schedule: