From 1c28c871250ee9fd2856aed86179a8e92cd70c40 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Tue, 9 Dec 2025 03:34:36 +0000 Subject: [PATCH] chore: update global workflows --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9b3ceeb..70774ed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,7 +24,10 @@ updates: open-pull-requests-limit: 10 - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/" + - "/.github/actions/*" + - "/actions/*" rebase-strategy: disabled schedule: interval: "cron"