From 86839ae13e01530a6e513fc97fe7d6d3d9a5633a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 5 Feb 2024 23:11:59 +0900 Subject: [PATCH] Reapply "Enable dependabot update for Github Actions" This reverts commit 4a0357e67d9944833c040c6a6f6ef2ab63d8f117. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ffad3b6..4620a731 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,10 @@ updates: commit-message: prefix: '' labels: [] + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + commit-message: + prefix: '' + labels: []