From 82ffd3645b8139b2fda924ea70afeaa2bc277dd2 Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Thu, 10 Aug 2023 12:31:57 -0700 Subject: [PATCH] ci: dependabot back-off scheduled runs (#1042) --- .github/dependabot.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 908de24..cb47948 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,11 @@ updates: - package-ecosystem: github-actions directory: / schedule: - # Check for updates to GitHub Actions every week interval: weekly day: saturday time: "07:00" groups: - chore/dependabot/github: + github: patterns: - "*" @@ -17,9 +16,9 @@ updates: schedule: interval: weekly day: saturday - time: "07:00" + time: "07:30" groups: - chore/dependabot/golang: + golang: patterns: - "*" @@ -28,8 +27,8 @@ updates: schedule: interval: weekly day: saturday - time: "07:00" + time: "08:00" groups: - chore/dependabot/npm: + npm: patterns: - "*"