From 55bf57c7f5cc773dcb760265e85c3e3e1245b2f3 Mon Sep 17 00:00:00 2001 From: Bas Zoetekouw Date: Mon, 16 Dec 2024 15:45:07 +0100 Subject: [PATCH] track github actions using dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 134891fe..bc2b4e68 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,7 @@ updates: interval: "weekly" allow: - dependency-type: "production" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"