From 656c20f40a3168907807589026ec25a595086b10 Mon Sep 17 00:00:00 2001 From: Tom Ward Date: Wed, 1 Oct 2025 14:31:17 +0100 Subject: [PATCH] Allow dependabot to update github actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ae121b3..aa1e6cc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,7 @@ updates: interval: "daily" allow: - dependency-name: "opensafely-cohort-extractor" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"