Skip to content

Commit

Permalink
ci: set up dependabot for maven and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Nov 29, 2023
1 parent 14c912b commit 386ee66
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
version: 2
updates:
- package-ecosystem: maven
directory: '/'
schedule:
interval: weekly
reviewers:
- tadayosi
- phantomjinx
- mmelko
- jsolovjo
- mmuzikar
- package-ecosystem: maven
directory: '/'
schedule:
interval: weekly
target-branch: '3.x'
reviewers:
- tadayosi
- phantomjinx
- mmelko
- jsolovjo
- mmuzikar
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
reviewers:
- tadayosi
- phantomjinx
- mmelko
- jsolovjo
- mmuzikar
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
target-branch: '3.x'
reviewers:
- tadayosi
- phantomjinx
- mmelko
- jsolovjo
- mmuzikar
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
reviewers:
- tadayosi
- phantomjinx
- mmelko
- jsolovjo
- mmuzikar
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
target-branch: '3.x'
reviewers:
- tadayosi
- phantomjinx
- mmelko
- jsolovjo
- mmuzikar

0 comments on commit 386ee66

Please sign in to comment.