Skip to content

Commit

Permalink
Chore: Decrease the interval of dependabot to monthly (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-y-ito authored Aug 5, 2024
1 parent 484be96 commit 74e2ba2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ updates:
target-branch: 'develop'
versioning-strategy: 'increase'
schedule:
interval: 'daily'
interval: 'monthly'
time: '08:00'
timezone: 'Canada/Pacific'
commit-message:
# Prefix all commit messages with "npm: "
# Prefix all commit messages with "build: "
prefix: 'build'
reviewers:
- 'nishiki-tech/frontend-reviewer'
Expand All @@ -20,11 +20,11 @@ updates:
directory: '/'
target-branch: 'develop'
schedule:
interval: 'daily'
interval: 'monthly'
time: '08:00'
timezone: 'Canada/Pacific'
commit-message:
# Prefix all commit messages with "npm: "
# Prefix all commit messages with "ci: "
prefix: 'ci'
reviewers:
- 'nishiki-tech/frontend-reviewer'

0 comments on commit 74e2ba2

Please sign in to comment.