From 6484179e34eb112cbdeb729f5dfaf2b4561e1568 Mon Sep 17 00:00:00 2001 From: TangRufus Date: Mon, 9 Sep 2024 06:21:11 +0100 Subject: [PATCH] Dependabot: Add `github-actions` --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 09826d23..b0da5423 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,10 @@ updates: time: "08:00" timezone: US/Central open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "08:00" + timezone: US/Central + open-pull-requests-limit: 10