From 4976416e40b6939390b03dbb538055afd566456f Mon Sep 17 00:00:00 2001 From: Robin Lieb Date: Fri, 23 Feb 2024 17:10:38 +0100 Subject: [PATCH] chore: update Dependabot configuration file --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5579236..1d57846 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,8 @@ updates: - package-ecosystem: "swift" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"