diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e9aaa90..13b28c9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,8 @@ updates: directory: "/" schedule: interval: monthly - open-pull-requests-limit: 10 - ignore: - - dependency-name: brianium/paratest - versions: - - 4.0.0 + groups: + minor-and-patch-version-updates: + update-types: + - minor + - patch