Skip to content

Commit

Permalink
ci: add dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Oct 27, 2023
1 parent 164b5d3 commit 88b8a91
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 10
reviewers:
- tadayosi
- phantomjinx
- mmelko
- jsolovjo
- mmuzikar
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 10
reviewers:
- tadayosi
- phantomjinx
- mmelko
- jsolovjo
- mmuzikar

0 comments on commit 88b8a91

Please sign in to comment.