From 50c2f903d6c1916d0fd38943299b388750c3be15 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 18 Jul 2024 13:06:15 +0300 Subject: [PATCH 1/2] chore: configure dependabot to weekly updates Additionally, group k8s.io deps. --- .github/dependabot.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index e5f4836..d551122 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,8 +5,11 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "daily" + interval: "weekly" + groups: + k8s: + pattern: "k8s.io/*" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" From dd7f6cf3a3a88babe7c44f4cdeef3246b3d646a2 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 18 Jul 2024 13:08:02 +0300 Subject: [PATCH 2/2] Update dependabot.yaml --- .github/dependabot.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index d551122..2f9bb74 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -8,7 +8,8 @@ updates: interval: "weekly" groups: k8s: - pattern: "k8s.io/*" + pattern: + - "k8s.io/*" - package-ecosystem: "github-actions" directory: "/" schedule: