From 3eec2f84742c9d8cb8ac37fd41757f966eefbb68 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Fri, 26 Aug 2022 09:35:07 +0200 Subject: [PATCH] Check GHA updates weekly The release frequency of some GHAs means we end up with daily dependabot PRs, which results in lots of not-particularly-useful review work. Reducing the update cadence to weekly shouldn't expose us to much risk and will reduce PR churn. Signed-off-by: Stephen Kitt --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 37d04e1..c0e32d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,14 +4,14 @@ updates: - package-ecosystem: github-actions directory: '/' schedule: - interval: daily + interval: weekly - package-ecosystem: github-actions directory: '/' target-branch: "release-0.12" schedule: - interval: daily + interval: weekly - package-ecosystem: github-actions directory: '/' target-branch: "release-0.13" schedule: - interval: daily + interval: weekly