Skip to content

Commit

Permalink
Chore: Add dependabot configuration (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-y-ito authored Mar 14, 2024
1 parent 6060dbe commit 4a46f97
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2
updates:
- package-ecosystem: 'npm'
# The location of the package manifests (package.json)
directory: '/'
target-branch: 'develop'
versioning-strategy: 'increase'
schedule:
interval: 'daily'
time: '08:00'
timezone: 'Canada/Pacific'
commit-message:
# Prefix all commit messages with "npm: "
prefix: 'build'
reviewers:
- 'nishiki-tech/frontend-reviewer'

- package-ecosystem: 'github-actions'
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: '/'
target-branch: 'develop'
schedule:
interval: 'daily'
time: '08:00'
timezone: 'Canada/Pacific'
commit-message:
# Prefix all commit messages with "npm: "
prefix: 'ci'
reviewers:
- 'nishiki-tech/frontend-reviewer'

0 comments on commit 4a46f97

Please sign in to comment.