From 4dafcf3fe3c2910ad71c50d5493d75074071df2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 14 May 2024 08:52:12 +0200 Subject: [PATCH] Update dependabot config (#243) --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 491deae0..623bb617 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,10 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: daily + interval: monthly + open-pull-requests-limit: 10 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: monthly open-pull-requests-limit: 10