From 5f1369de4b1265aa88838427d47e5090795bc28f Mon Sep 17 00:00:00 2001 From: Bas Zoetekouw Date: Mon, 16 Dec 2024 15:46:39 +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 51581007..3d7de8c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,7 @@ updates: interval: "weekly" allow: - dependency-type: "production" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"