diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 25aacfc..69c998e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,19 @@ updates: schedule: interval: "weekly" day: "monday" - open-pull-requests-limit: 5 + open-pull-requests-limit: 10 groups: - github-actions: + actions-minor-patch: patterns: - - "*" + - '*' + update-types: + - minor + - patch + actions-major: + patterns: + - '*' + update-types: + - major + cooldown: + default-days: 7 + semver-major-days: 14