From 0bf668e1a68328aeb90da6ae03f4d899efc42415 Mon Sep 17 00:00:00 2001 From: Trishank Karthik Kuppusamy Date: Wed, 7 Jun 2023 11:46:08 -0400 Subject: [PATCH] ci: Disable daily checking for version but not security updates (#500) * Update dependabot.yml Disable daily checking for version but not security updates. Maybe we should also document a process for version updates when cutting a new release? Signed-off-by: Trishank Karthik Kuppusamy * Update dependabot.yml Signed-off-by: Trishank Karthik Kuppusamy --------- Signed-off-by: Trishank Karthik Kuppusamy --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a1423f06..840da337 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "daily" + interval: "weekly" time: "10:00" commit-message: prefix: "chore" @@ -14,7 +14,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" time: "10:00" commit-message: prefix: "chore" @@ -24,7 +24,7 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "daily" + interval: "weekly" time: "10:00" commit-message: prefix: "chore"