From 1fe6cfca70023c29226807ff8b55e31d754054a1 Mon Sep 17 00:00:00 2001 From: Christopher Chianelli Date: Fri, 21 Jun 2024 10:52:36 -0400 Subject: [PATCH] ci: Update dependabot configuration --- .github/dependabot.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 52276264..a13bd381 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,20 +3,25 @@ updates: - package-ecosystem: maven directory: "/" schedule: - interval: daily - time: '03:00' + interval: weekly + time: '05:00' open-pull-requests-limit: 10 target-branch: "main" commit-message: - prefix: "[bot]" + prefix: "deps: " - package-ecosystem: pip directory: "/" schedule: - interval: daily - time: '03:00' + interval: weekly + time: '05:00' open-pull-requests-limit: 10 target-branch: "main" commit-message: - prefix: "[bot]" + prefix: "deps: " +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + time: '05:00' # Otherwise it picks a random time.