From 46b384b8b728b9aa28dbd490032faabc8279bdf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Harjam=C3=A4ki?= Date: Fri, 3 Jul 2026 19:31:32 +0300 Subject: [PATCH] ci: add dependabot github-actions updates Add a github-actions package ecosystem entry so third-party actions pinned with mutable tags (e.g. @v4) get auto-updated weekly. Co-Authored-By: Claude Opus 4.8 --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index acaa913..ae5a6d9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,11 @@ updates: all: patterns: - "*" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + all: + patterns: + - "*"