Skip to content

Commit

Permalink
ci(dependabot): reduce runs from weekly to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Nov 25, 2021
1 parent 54f79aa commit 2d7fe2f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# see: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# see: https://docs.github.com/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
version: 2
updates:
# GitHub Actions (/.github/workflows/*.yml)
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
day: 'thursday'
interval: 'monthly'
time: '18:00'
timezone: 'Asia/Tokyo'
reviewers:
Expand All @@ -21,8 +20,7 @@ updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
day: 'thursday'
interval: 'monthly'
time: '18:00'
timezone: 'Asia/Tokyo'
assignees:
Expand Down

0 comments on commit 2d7fe2f

Please sign in to comment.