diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8abca40..a840a62 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,8 @@ version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "npm" + directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 20 \ No newline at end of file