Skip to content

Commit

Permalink
ci(dependabot): Configure the Dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Ryuu Mitsuki <[email protected]>
  • Loading branch information
mitsuki31 committed Jul 25, 2024
1 parent 614d1b0 commit d5e98fb
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
version: 2
updates:
# Version updates for npm packages
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
commit-message:
# Prefix for commit message
prefix: '[npm]'
prefix-dev: '[npm-dev]'
assignees:
- 'mitsuki31'
reviewers:
- 'mitsuki31'
labels:
- 'chore'
- 'dependencies'
- 'bot'

# Version updates for GitHub Actions
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
commit-message:
# Prefix for commit message
prefix: '[gh-actions]'
assignees:
- 'mitsuki31'
reviewers:
- 'mitsuki31'
labels:
- 'chore'
- 'bot'

0 comments on commit d5e98fb

Please sign in to comment.