From 4c373d097e88b3ea38ac1005a0e76180996fcfeb Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 28 Mar 2026 02:14:13 +0000 Subject: [PATCH 1/4] chore: update global workflows --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 70774ed..368a4cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -81,7 +81,9 @@ updates: open-pull-requests-limit: 10 - package-ecosystem: "pip" - directory: "/" + directories: + - "/" + - "/*" rebase-strategy: disabled schedule: interval: "cron" From 4750989de5a40559f5a259033adaafc580a994e8 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 28 Mar 2026 03:36:52 +0000 Subject: [PATCH 2/4] chore: update global workflows --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 368a4cd..bef3a49 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -83,7 +83,7 @@ updates: - package-ecosystem: "pip" directories: - "/" - - "/*" + - "/**" rebase-strategy: disabled schedule: interval: "cron" From 58c192309539627b6f3b5db137898cce2573af71 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:12:04 +0000 Subject: [PATCH 3/4] chore: update global workflows --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bef3a49..55397d1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -84,6 +84,7 @@ updates: directories: - "/" - "/**" + - "/**/**" # https://github.com/dependabot/dependabot-core/issues/14569 rebase-strategy: disabled schedule: interval: "cron" From 362bb9625ea54dd1b4f575fa6244ad0b6fdf8cd2 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:33:57 +0000 Subject: [PATCH 4/4] 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 55397d1..42f147c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,7 +15,10 @@ updates: open-pull-requests-limit: 10 - package-ecosystem: "docker" - directory: "/" + directories: + - "/" + - "/**" + - "/**/**" rebase-strategy: disabled schedule: interval: "cron"