Skip to content

Commit

Permalink
Merge pull request #85 from skalenetwork/dependabot-config
Browse files Browse the repository at this point in the history
Set a directory for dependabot
  • Loading branch information
DimaStebaev authored Sep 25, 2024
2 parents e7f3f72 + 992ce22 commit d242fe1
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 d242fe1

Please sign in to comment.