From e559dab113ab1886cbc2f2f49e3be69bddbbd5ae Mon Sep 17 00:00:00 2001 From: Tobias Wochinger Date: Tue, 31 Mar 2026 11:13:43 +0200 Subject: [PATCH] ci(dependabot): add github-actions ecosystem with grouped updates Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f949dfb74..61538b021 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,3 +21,17 @@ updates: llama-index: patterns: - "llama-index*" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + rebase-strategy: "disabled" + commit-message: + prefix: chore + prefix-development: chore + include: scope + groups: + github-actions: + patterns: + - "*"