Skip to content

Commit

Permalink
Update dependabot.yml (#1321)
Browse files Browse the repository at this point in the history
Currently, dependabot does not update pyproject.toml deps
  • Loading branch information
ilya-lavrenov authored Dec 6, 2024
1 parent c2a8f97 commit 76b6c71
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 76b6c71

Please sign in to comment.