From eb2365ec7dfd6718b9c658ffab20d5b015bdd50b Mon Sep 17 00:00:00 2001 From: Bence Csati Date: Mon, 29 Apr 2024 10:06:33 +0200 Subject: [PATCH 1/2] ci: update dependabot config Signed-off-by: Bence Csati --- .github/dependabot.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 81398d7..07eb9f3 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,20 +3,29 @@ 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/klog/v2" + sigs.k8s.io: + patterns: + - "sigs.k8s.io/controller-runtime" + - "sigs.k8s.io/e2e-framework" - package-ecosystem: "docker" directory: "/" + labels: + - "area/dependencies" schedule: interval: "weekly" day: "sunday" @@ -25,6 +34,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" + labels: + - "area/dependencies" schedule: interval: "weekly" day: "sunday" From a149dbc6f6b0275224d706d1ac4b5223c12502a3 Mon Sep 17 00:00:00 2001 From: Bence Csati Date: Mon, 29 Apr 2024 12:03:49 +0200 Subject: [PATCH 2/2] ci: update dependabot config Signed-off-by: Bence Csati --- .github/dependabot.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 07eb9f3..2644ab5 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -13,14 +13,10 @@ updates: groups: k8s.io: patterns: - - "k8s.io/api" - - "k8s.io/apimachinery" - - "k8s.io/client-go" - - "k8s.io/klog/v2" + - "k8s.io/*" sigs.k8s.io: patterns: - - "sigs.k8s.io/controller-runtime" - - "sigs.k8s.io/e2e-framework" + - "sigs.k8s.io/*" - package-ecosystem: "docker" directory: "/"