Skip to content

Commit

Permalink
ci(dependabot): enable GitHub Actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 authored Aug 6, 2020
1 parent 480bed4 commit eb108f0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# see: https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# GitHub Actions (/.github/workflows/*.yml)
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
day: 'thursday'
time: '18:00'
timezone: 'Asia/Tokyo'
reviewers:
- 'ddradar/action-maintainer'
labels:
- 'dependabot:robot:'
commit-message:
prefix: 'fix'
prefix-development: 'chore'
include: 'scope'

# npm/yarn (/**/package.json)
- package-ecosystem: 'npm'
directory: '/'
schedule:
Expand Down

0 comments on commit eb108f0

Please # to comment.