From dd4ee12fc06aa8cb6681770ae67284326fa921e1 Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Sat, 18 Mar 2023 21:17:49 +0100 Subject: [PATCH] Keep actions up-to-date with dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b14a889..1fe59b85 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,8 @@ updates: interval: daily time: "23:30" open-pull-requests-limit: 10 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"