diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c813bc7..6e8ed8a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,13 @@ updates: cooldown: default-days: 1 exclude: ["*"] + groups: + github-actions: + patterns: + - "*" + update-types: + - "minor" + - "patch" + labels: + - "dependencies" + - "github-actions"