From 77823b4c1c6aaf171a41c68bf844c2c336597b8c Mon Sep 17 00:00:00 2001 From: Mirah Gary Date: Mon, 11 Sep 2023 15:23:02 +0200 Subject: [PATCH] Add dependabot for github actions. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c2bd5e44..74dabbe1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"