From 4f295a98e310fde2edd773dfc21d7ceef62c8f28 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Tue, 4 Jun 2024 09:18:40 +0100 Subject: [PATCH] ci: add dependabot config for github actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 13ecab58..2d76c7ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: