Skip to content

Commit

Permalink
T-75 Disable git versions update for ts-tests (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-kl authored Jan 25, 2023
1 parent 6cecd95 commit e9bac09
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,15 @@ updates:
- dependency-name: "try-runtime-*"
schedule:
interval: "daily"

- package-ecosystem: "yarn"
directory: "/ts-tests"
schedule:
interval: "weekly"
open-pull-requests-limit: 0

- package-ecosystem: "npm"
directory: "/ts-tests"
schedule:
interval: "weekly"
open-pull-requests-limit: 0

0 comments on commit e9bac09

Please sign in to comment.