From 7d4a6a17cd5a6043c4656ceacb5ee94558a4409b Mon Sep 17 00:00:00 2001 From: r17x Date: Sun, 14 Apr 2024 01:22:35 +0700 Subject: [PATCH] ci(dependabot): add gh actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4c3b705..ea13905 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,9 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" - directory: / assignees: - "r17x"