Skip to content

Commit

Permalink
removed empty dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Feb 19, 2024
1 parent 88f2bfc commit b988e9b
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,7 @@ 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"
directory: "/"
schedule:
interval: "daily"
time: "09:00"
Expand All @@ -29,6 +16,7 @@ updates:
- "apaniukov"
- "mryzhov"
versioning-strategy: increase-if-necessary

#
# Github actions - CI
#
Expand Down

0 comments on commit b988e9b

Please sign in to comment.