From 150ef708c2aa16676a3e3b9b86c4f6af49d860f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Wed, 4 Oct 2023 10:34:02 +0000 Subject: [PATCH] ci: add dependabot config for github actions --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 78c0c1f..a135244 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,12 @@ updates: directory: "/" schedule: interval: daily - day: "sunday" + time: "04:00" + open-pull-requests-limit: 10 + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily time: "04:00" open-pull-requests-limit: 10