Skip to content

Commit

Permalink
Add NPM to Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Jan 28, 2022
1 parent 2b8e839 commit 28000c2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ updates:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: symfony/phpunit-bridge
versions:
- ">= 4.4.a"
- "< 4.5"
- dependency-name: ricardoper/twitteroauth
versions:
- "> 1.1.1"
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10

0 comments on commit 28000c2

Please sign in to comment.