Skip to content

Commit

Permalink
feat: add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
phutxorai committed Feb 13, 2025
1 parent 2fc547d commit b29510d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "06:00"
open-pull-requests-limit: 3
labels:
- "dependencies"
- "npm"
ignore:
- dependency-name: "typescript"
versions: ["<5.0.0"]

0 comments on commit b29510d

Please sign in to comment.