Skip to content

Commit

Permalink
Merge pull request #117 from ably/suppress-dependabot-labels
Browse files Browse the repository at this point in the history
Override the default Dependabot configuration for npm
  • Loading branch information
QuintinWillison authored Dec 8, 2022
2 parents cb039ef + a0c8d3d commit bcc831f
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 bcc831f

Please sign in to comment.