From 246a523e47b6126537e878792c17306a1d8ec82f Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Mon, 13 Feb 2023 21:40:15 +0100 Subject: [PATCH] Update GitHub Actions using dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 40f2317..4bb3f6f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"