From d21b251e40c451b6d47d9ba97ca48d61757edd3f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 8 Jan 2025 10:01:19 +0100 Subject: [PATCH] Enable Dependabot for GitHub Actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c11601f..0c3f0d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,7 @@ updates: interval: daily time: "04:00" open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly