From 36ca94b2e1ec690546406c8508f29190a9fb2f1e Mon Sep 17 00:00:00 2001 From: zSchoen Date: Thu, 12 Oct 2023 22:12:16 +0200 Subject: [PATCH] add github-actions to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3521aa8..967ff21 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"