diff options
-rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 470d121d..cc474e42 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,4 @@ updates: directory: "/FrontEnd" # Location of package manifests schedule: interval: "daily" - open-pull-requests-limit: 20 + open-pull-requests-limit: 0 |