Skip to content

Commit

Permalink
Merge pull request #455 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 7, 2022
2 parents 0269e48 + af3485d commit ef3a588
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 ef3a588

Please sign in to comment.