From 994e2c3ff2f2630f52e7c00d21130c456a3d4b72 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 28 Mar 2026 16:51:16 -0400 Subject: [PATCH] chore: update global workflows (#4916) --- .github/dependabot.yml | 10 ++++++++-- codecov.yml | 19 ------------------- 2 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 codecov.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 70774ed74..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" @@ -81,7 +84,10 @@ updates: open-pull-requests-limit: 10 - package-ecosystem: "pip" - directory: "/" + directories: + - "/" + - "/**" + - "/**/**" # https://github.com/dependabot/dependabot-core/issues/14569 rebase-strategy: disabled schedule: interval: "cron" diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index e9c9c87d8..000000000 --- a/codecov.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -codecov: - branch: master - -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"