diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac6621f19..4eb1e26e2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,9 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "bundler" + directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 5 + target-branch: "master"