From 26b3f2f1529a58e0387724f90956e25b41ad0cb5 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 1 Oct 2025 20:11:36 +0100 Subject: [PATCH] Use Dependabot to keep Actions up to date --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5cde165..7695523 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly