diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 142ec1b..88bfdd4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +1,22 @@ version: 2 + updates: - package-ecosystem: "gomod" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 20 + cooldown: + default-days: 3 + semver-major-days: 7 groups: minor-and-patch: - patterns: - - "*" + applies-to: version-updates update-types: - "minor" - "patch" + patterns: + - "*" commit-message: prefix: "chore(deps)" @@ -18,12 +24,16 @@ updates: directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 20 + cooldown: + default-days: 3 groups: minor-and-patch: - patterns: - - "*" + applies-to: version-updates update-types: - "minor" - "patch" + patterns: + - "*" commit-message: prefix: "chore(deps)"