From 991e5cbe465fbb3623444063d60dd5b47d277c9a Mon Sep 17 00:00:00 2001 From: Dan Mills <52407433+daniel-mills-cqc@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:45:18 +0000 Subject: [PATCH] ci: Increase frequency of dependabot checks --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cfaa3111..a5147bbc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,14 +3,14 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: "weekly" + interval: "daily" target-branch: "main" commit-message: prefix: "ci(py-deps)" - package-ecosystem: github-actions directory: ".github/workflows" schedule: - interval: "weekly" + interval: "daily" target-branch: "main" commit-message: prefix: "ci(workflow-deps)"