From 6189e1207d58fd4e5ca18876d03df023ea1a607e Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 28 Mar 2026 02:13:02 +0000 Subject: [PATCH 1/5] 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 2c8c66e63d3a1df510faab1a22cc4926db1c224b Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 28 Mar 2026 03:35:34 +0000 Subject: [PATCH 2/5] 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 8371e0f2ac1ed814578305ca2464b80ec33d9b34 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 28 Mar 2026 04:06:05 +0000 Subject: [PATCH 3/5] chore: update global workflows --- codecov.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 9f91776..0000000 --- a/codecov.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -codecov: - branch: master - notify: - after_n_builds: 3 - -coverage: - status: - project: - default: - target: auto - threshold: 10% - -comment: - layout: "diff, flags, files" - behavior: default - require_changes: false # if true: only post the comment if coverage changes - -ignore: - - "tests" - - "third-party" From 6c38c409e9db4d3a2148b2fc9f5506e8f3867075 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:10:45 +0000 Subject: [PATCH 4/5] 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 8ee154ccd3400944429b8631798743e728461c73 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:32:51 +0000 Subject: [PATCH 5/5] 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"