diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9a6927f..967a850 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,12 @@ updates: directory: / schedule: interval: weekly + open-pull-requests-limit: 10 - package-ecosystem: pip # See documentation for possible values directory: / # Location of package manifests schedule: interval: weekly + open-pull-requests-limit: 5 + ignore: + - dependency-name: '*' + update-types: ["version-update:semver-major"]