From 4b290da71f906ccb26a1915041e3e46f3e12454b Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 9 Sep 2024 14:34:24 +0300 Subject: [PATCH] update dependabot config --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 700d735..97d3b97 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,12 @@ updates: directory: "/" schedule: interval: monthly - time: '02:00' + time: '02:00' + timezone: "Europe/Moscow" + day: "saturday" + groups: + "PyPi updates": + patterns: + - "*" open-pull-requests-limit: 10 target-branch: develop