From ed44e9aa3c92ce8b993f2704ce99b0e848aeb669 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Tue, 9 Dec 2025 03:31:48 +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 9b3ceeb2..70774ed7 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"