diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a3cce576..33235ab6b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,5 +7,9 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests + open-pull-requests-limit: 5 + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"] schedule: interval: "weekly"