From 79942fdc4d5002a0c96714b68cd96d7fe7869b10 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Fri, 22 Mar 2024 05:04:24 +0000 Subject: [PATCH] dependabot: check daily for dependencies and update github actions --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 304f54a..3f4f6f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,10 @@ version: 2 updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" - package-ecosystem: "cargo" directory: "/" schedule: - interval: "weekly" + interval: "daily"