From eb108f07dc45a2798af0c4875ac91106a8677ed3 Mon Sep 17 00:00:00 2001 From: Nogic <24802730+nogic1008@users.noreply.github.com> Date: Thu, 6 Aug 2020 13:05:51 +0900 Subject: [PATCH] ci(dependabot): enable GitHub Actions update --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f17dc1f4..f9f0d81e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: