From cabcf6d92035137800cbc72728ffa49bd77c5ec5 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Fri, 18 Oct 2024 10:39:30 +0200 Subject: [PATCH] chore(dependabot): use dependabot also for github actions --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 23d50ee..2aac7b3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,10 @@ updates: commit-message: prefix: "chore" include: "scope" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "ci" + include: "scope"