Skip to content

Commit

Permalink
added dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Feb 19, 2024
1 parent c4ca521 commit 88f2bfc
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# See help here: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates

version: 2
updates:
#
# Python dependencies
#
- package-ecosystem: pip
directory: "/python"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Dublin"
open-pull-requests-limit: 3
assignees:
- "apaniukov"
versioning-strategy: increase-if-necessary
#
# Tests
#
- package-ecosystem: pip
directory: "/tests"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Dublin"
open-pull-requests-limit: 3
assignees:
- "apaniukov"
- "mryzhov"
versioning-strategy: increase-if-necessary
#
# Github actions - CI
#
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Dublin"
assignees:
- "apaniukov"
- "mryzhov"
- "ilya-lavrenov"
open-pull-requests-limit: 3

0 comments on commit 88f2bfc

Please sign in to comment.