From 2c2e94f139adaf4cd94f63deacfba04f38602696 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 23 Oct 2024 10:04:37 +0200 Subject: [PATCH] Enable Actions in Dependabot config --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 92b560b..1a782e9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,7 @@ updates: interval: weekly time: "13:00" open-pull-requests-limit: 99 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly