From fb4bb46898467873999a4d3b69653146edc3a043 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Wed, 29 Oct 2025 10:22:38 +0100 Subject: [PATCH] chore: use dependabot to update workflows Signed-off-by: Anna Larch --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index abc43a357..1be3e1508 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -38,3 +38,14 @@ updates: labels: - 3. to review - dependencies + # GitHub Actions +- package-ecosystem: "github-actions" + directory: ".github/workflows" + commit-message: + prefix: "ci" + include: "scope" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Berlin