From 9d3d6ef8395e279245345ba1c3dbe7a411c759b7 Mon Sep 17 00:00:00 2001 From: Jim O'Donnell Date: Wed, 3 Apr 2024 21:35:40 +0100 Subject: [PATCH] Manage GitHub Actions with dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91abb11..7980880 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly