From 817aa15a3182a9d0b5baf3e642e42c26687b5253 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 28 Mar 2026 02:12:26 +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 70774ed74..368a4cd2d 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 3130daa1b7bc9ceec01a913f2cfc6166a0a41ada Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 28 Mar 2026 03:34:54 +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 368a4cd2d..bef3a4953 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 d64ed1681f7f08523d7eb624989bfb00787084e9 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:10:05 +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 bef3a4953..55397d10c 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 8305c72f0752acd5d7965d4890f3cc94fb8b86dc Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:32:17 +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 55397d10c..42f147cac 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"