From b6f1701ff212242fec528ca345aca932b0be561c Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Thu, 25 Jun 2026 13:58:58 -0400 Subject: [PATCH] Revert new dependabot config from #2230 --- .github/dependabot.yml | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c70263671f..8c8e4274c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,48 +4,6 @@ version: 2 updates: - # Python test-dependency updates for cuda_bindings - - package-ecosystem: pip - directory: /cuda_bindings - schedule: - interval: "monthly" - time: "09:00" - timezone: "America/Los_Angeles" - open-pull-requests-limit: 5 - groups: - test-deps: - applies-to: version-updates - patterns: ["*"] - update-types: ["major", "minor", "patch"] - - # Python test-dependency updates for cuda_core - - package-ecosystem: pip - directory: /cuda_core - schedule: - interval: "monthly" - time: "09:00" - timezone: "America/Los_Angeles" - open-pull-requests-limit: 5 - groups: - test-deps: - applies-to: version-updates - patterns: ["*"] - update-types: ["major", "minor", "patch"] - - # Python test-dependency updates for cuda_pathfinder - - package-ecosystem: pip - directory: /cuda_pathfinder - schedule: - interval: "monthly" - time: "09:00" - timezone: "America/Los_Angeles" - open-pull-requests-limit: 5 - groups: - test-deps: - applies-to: version-updates - patterns: ["*"] - update-types: ["major", "minor", "patch"] - # GitHub Actions updates targeting the default branch (main) - package-ecosystem: github-actions directory: /