From 76b6c719b28643f09b6158e2341e49772c06186a Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Fri, 6 Dec 2024 09:53:47 +0400 Subject: [PATCH] Update dependabot.yml (#1321) Currently, dependabot does not update pyproject.toml deps --- .github/dependabot.yml | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1d7fa918f9..c8885263ee 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,18 +1,43 @@ +# See help here: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates + version: 2 updates: - package-ecosystem: "pip" directory: "./tests/python_tests/" schedule: - interval: "weekly" + interval: "daily" + time: "09:00" + timezone: "Europe/Dublin" + versioning-strategy: increase-if-necessary + - package-ecosystem: "pip" directory: "./tools/llm_bench/" schedule: - interval: "weekly" + interval: "daily" + time: "09:00" + timezone: "Europe/Dublin" + versioning-strategy: increase-if-necessary + - package-ecosystem: "pip" directory: "./tools/who_what_benchmark/" schedule: - interval: "weekly" + interval: "daily" + time: "09:00" + timezone: "Europe/Dublin" + versioning-strategy: increase-if-necessary + - package-ecosystem: "pip" directory: "samples/" schedule: - interval: "weekly" + interval: "daily" + time: "09:00" + timezone: "Europe/Dublin" + versioning-strategy: increase-if-necessary + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + time: "09:00" + timezone: "Europe/Dublin" + versioning-strategy: increase-if-necessary