From 9cf66d6cab2d839c4b7faf01db015715dd90fb1b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 7 Jan 2024 08:39:19 +0200 Subject: [PATCH] build: make dependabot also monitor github-actions --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a060ad4be..2b993ea05 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,12 @@ updates: commit-message: prefix: "build: " include: "scope" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + allow: + - dependency-name: "*" + commit-message: + prefix: "build: " + include: "scope"