From e4fb5c19072b249ce7dcd300b8b105e1860e7cd9 Mon Sep 17 00:00:00 2001 From: Nick the Sick Date: Thu, 28 May 2026 02:01:51 +0200 Subject: [PATCH] ci: add github-actions ecosystem to dependabot --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ce593666e8..4cd39c8b21 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -57,3 +57,12 @@ updates: - "y-prosemirror" cooldown: default-days: 7 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "ci" + include: "scope" + cooldown: + default-days: 7