From a12b1420dc64b742fe0aaff42bee484f79d667c7 Mon Sep 17 00:00:00 2001 From: parberge Date: Tue, 26 Sep 2023 22:08:40 +0200 Subject: [PATCH] Add updating github actions With dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a3cce5..460a079 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"