Skip to content

Commit

Permalink
Merge pull request #60 from spowelljr/addDependabot
Browse files Browse the repository at this point in the history
CI: use dependabot to update npm dependencies
  • Loading branch information
medyagh authored Feb 7, 2023
2 parents ab221de + daec405 commit fae9ced
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
Expand Up @@ -4,4 +4,8 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit fae9ced

Please sign in to comment.