Skip to content

Commit

Permalink
Set a directory for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Sep 25, 2024
1 parent e7f3f72 commit 992ce22
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/typescript"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/typescript/base/"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/typescript/ethers-v6/"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/typescript/ethers-v5/"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/python"
schedule:
interval: "weekly"
directory: "/python/scripts/"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/python/test/"
schedule:
interval: "weekly"

0 comments on commit 992ce22

Please sign in to comment.