diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0bb59fd..7477c53 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,11 @@ updates: interval: "daily" time: "17:00" timezone: "America/Toronto" + groups: + non-major-versions: # the name of the group + update-types: # the key used to specify the semver level to include in the group + - "minor" # an array, possible values being minor, patch and major + - "patch" open-pull-requests-limit: 100 - package-ecosystem: "github-actions" directory: "/" @@ -18,4 +23,9 @@ updates: interval: "daily" time: "17:10" timezone: "America/Toronto" + groups: + non-major-versions: # the name of the group + update-types: # the key used to specify the semver level to include in the group + - "minor" # an array, possible values being minor, patch and major + - "patch" open-pull-requests-limit: 100