diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index c507d44..08bf496 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,7 +4,21 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "chore" + groups: + k8s: + patterns: + - "k8s.io/*" + - "sigs.k8s.io/*" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "chore" + groups: + actions-all: + patterns: + - "*"