From 9d09d5aff14f9b81e979ac999b700daf2141f621 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Tue, 16 Apr 2024 11:19:27 +1000 Subject: [PATCH] Allow Dependabot to open as many PRs as it likes --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3cf3963ad1..52ce24cee9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,8 @@ +# Dependabot configuration +# +# The `directory` and `schedule.interval` options are mandatory. +# Most of the configuration here is not used for security updates though. + version: 2 updates: @@ -5,7 +10,7 @@ updates: directory: "/" schedule: interval: "daily" - open-pull-requests-limit: 10 + # Only specific requirements are specified in Gemfile, so don't touch it. versioning-strategy: lockfile-only @@ -13,5 +18,6 @@ updates: directory: "/" schedule: interval: "daily" + # All versions are specified in package.json, so please update them. versioning-strategy: increase