From dcaebad29cef5052d927063ba727e9e07bc340ab Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 25 Oct 2024 20:23:15 +0900 Subject: [PATCH] Revert "Disable dependabot update for Github Actions" This reverts commit 7e7332e4ca2d3a34debf04099d1cb85dfed7467d. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ffad3b..4620a73 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: []