Skip to content

Commit

Permalink
adds gh actions to dependabot monitoring (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseartic authored Sep 13, 2023
1 parent f2d3fed commit 65dd52e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"

0 comments on commit 65dd52e

Please sign in to comment.