From 42243fcc8b75e14b2ec5ed5667160f585fd6fb56 Mon Sep 17 00:00:00 2001 From: Julien Ponge Date: Thu, 16 Nov 2023 09:20:39 +0100 Subject: [PATCH] build(dependabot): also update GitHub Action dependencies --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c60656d8..797693bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,10 @@ updates: commit-message: prefix: "build" include: "scope" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "build" + include: "scope"