From 8d73f50bb684cada7c82ce0e2840575ae3d3ac2c Mon Sep 17 00:00:00 2001 From: Marcos Prieto Date: Fri, 15 Mar 2024 12:55:07 +0100 Subject: [PATCH] Change to monthly dependabot upgrades --- .github/dependabot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f0190cf9..ead3b380 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,7 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: daily - time: "10:00" + interval: monthly open-pull-requests-limit: 10 ignore: - dependency-name: elasticsearch @@ -15,7 +14,7 @@ updates: - package-ecosystem: docker directory: "/" schedule: - interval: daily + interval: monthly open-pull-requests-limit: 10 ignore: # Only send PRs for patch versions of Python.