diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac7cde7..ce2eb79 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,12 @@ updates: include: scope prefix: ci directory: / + groups: + github-owned: + patterns: + - "actions/*" + - "github/*" + - "octokit/*" open-pull-requests-limit: 20 schedule: interval: monthly @@ -14,7 +20,8 @@ updates: include: scope prefix: build cooldown: - include: ["*"] + include: + - "*" semver-major-days: 60 semver-minor-days: 21 semver-patch-days: 7