commit 71c216e2b24f2c7a7bce7cca02687875c12993bf
parent 1b315b48c84b380a7a44032779e791275d5b278a
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 20 Jan 2022 22:43:17 +0100
Disable PR limits for now
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
@@ -7,6 +7,7 @@ updates:
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"
+ open-pull-requests-limit: 0
# Enable version updates for Docker
- package-ecosystem: "docker"
@@ -15,6 +16,7 @@ updates:
# Check for updates once a week
schedule:
interval: "weekly"
+ open-pull-requests-limit: 0
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
@@ -22,3 +24,4 @@ updates:
# Check for updates once a week
schedule:
interval: "weekly"
+ open-pull-requests-limit: 0