Skip to content

Commit

Permalink
Add github actions to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
vin0401 committed Jan 25, 2024
1 parent 9fb0e8e commit 800853f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/javascript"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 800853f

Please sign in to comment.