diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 81398d7..2644ab5 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,20 +3,25 @@ version: 2 updates: - package-ecosystem: "gomod" directory: "/" + labels: + - "area/dependencies" schedule: interval: "weekly" day: "sunday" time: "16:00" open-pull-requests-limit: 10 groups: - k8s: + k8s.io: patterns: - - "k8s.io/api" - - "k8s.io/apimachinery" - - "k8s.io/client-go" + - "k8s.io/*" + sigs.k8s.io: + patterns: + - "sigs.k8s.io/*" - package-ecosystem: "docker" directory: "/" + labels: + - "area/dependencies" schedule: interval: "weekly" day: "sunday" @@ -25,6 +30,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" + labels: + - "area/dependencies" schedule: interval: "weekly" day: "sunday"