Skip to content

Commit

Permalink
Add dependabot configuration
Browse files Browse the repository at this point in the history
To prepare for release, we should ensure we keep our dependencies up to
date. We can use dependabot for this, and this configuration mimicks the
configuration we use in ably-js.
  • Loading branch information
surminus committed Aug 23, 2023
1 parent c5d768d commit 4f27094
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily" # weekdays (Monday to Friday)
labels: [ ] # prevent the default `dependencies` label from being added to pull requests

0 comments on commit 4f27094

Please sign in to comment.