From ca143bffa8e0cf7d32143c311d43b7ff860f462e Mon Sep 17 00:00:00 2001 From: Florian Sellmayr Date: Wed, 9 Oct 2024 18:30:26 +0200 Subject: [PATCH] Ask Dependabot to update GitHub Actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a7695c..36ce860 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file