Skip to content

Commit

Permalink
Integrate Dependabot (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaramadze authored Aug 22, 2024
1 parent 739c507 commit 3cede4b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "pip"
directories:
- "/"
- "/tests"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/"
file: "requirements-dev.txt"
schedule:
interval: "weekly"

0 comments on commit 3cede4b

Please sign in to comment.