Skip to content

Commit

Permalink
ci: update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-amoncar committed May 10, 2024
1 parent fc90a04 commit cba9bfa
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: "daily"
time: "12:30"
interval: "weekly"
day: "sunday"
allow:
- dependency-name: "husky"
- dependency-name: "jest"
- dependency-name: "ts-*"
- dependency-name: "tsup"
- dependency-name: "typescript"
open-pull-requests-limit: 5
versioning-strategy: increase-if-necessary

0 comments on commit cba9bfa

Please sign in to comment.