summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-07-23 11:06:57 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-07-23 11:06:57 +0200
commit09dae230828a09131fccac29192fabc5220c4bd8 (patch)
tree2f344438a26623fe18bde1529fd48acb507a155d
parentd36d1ef240e9657cd1654b8ffa131693241735c1 (diff)
Disable the pull request limit for dependabot
The thin-edge.io project has quite a lot of dependencies - I counted 73 from the current commit, via this very un-scientific method: cargo tree --depth 1 | \ grep -v "^[a-z]" | \ grep -v "^$" | \ grep -v "dev-dependencies" | \ cut -d " " -f 2 | \ sort -u | \ wc -l And because they might only get more in the future rather than less, this patch disables the dependabot pull request limit, letting dependabot open as many pull requests as necessary to keep our dependencies up to date. Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-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: