From 746db9250d4cc8e8c7cb550d774b276fb83e1472 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Thu, 2 Apr 2026 03:46:28 +0000 Subject: [PATCH] chore: update global workflows --- .github/dependabot.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 42f147c..53fc337 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,15 +16,16 @@ updates: - package-ecosystem: "docker" directories: - - "/" - - "/**" - - "/**/**" + - "/**/*" rebase-strategy: disabled schedule: interval: "cron" cronjob: "30 1 * * *" timezone: "America/New_York" open-pull-requests-limit: 10 + groups: + monorepo-dependencies: + group-by: dependency-name - package-ecosystem: "github-actions" directories: @@ -38,6 +39,8 @@ updates: timezone: "America/New_York" open-pull-requests-limit: 10 groups: + monorepo-dependencies: + group-by: dependency-name docker-actions: applies-to: version-updates patterns: @@ -85,9 +88,7 @@ updates: - package-ecosystem: "pip" directories: - - "/" - - "/**" - - "/**/**" # https://github.com/dependabot/dependabot-core/issues/14569 + - "/**/*" rebase-strategy: disabled schedule: interval: "cron" @@ -95,6 +96,8 @@ updates: timezone: "America/New_York" open-pull-requests-limit: 10 groups: + monorepo-dependencies: + group-by: dependency-name pytest-dependencies: applies-to: version-updates patterns: