Skip to content

Commit b6f1701

Browse files
committed
Revert new dependabot config from #2230
1 parent 339d7c7 commit b6f1701

1 file changed

Lines changed: 0 additions & 42 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4,48 +4,6 @@
44

55
version: 2
66
updates:
7-
# Python test-dependency updates for cuda_bindings
8-
- package-ecosystem: pip
9-
directory: /cuda_bindings
10-
schedule:
11-
interval: "monthly"
12-
time: "09:00"
13-
timezone: "America/Los_Angeles"
14-
open-pull-requests-limit: 5
15-
groups:
16-
test-deps:
17-
applies-to: version-updates
18-
patterns: ["*"]
19-
update-types: ["major", "minor", "patch"]
20-
21-
# Python test-dependency updates for cuda_core
22-
- package-ecosystem: pip
23-
directory: /cuda_core
24-
schedule:
25-
interval: "monthly"
26-
time: "09:00"
27-
timezone: "America/Los_Angeles"
28-
open-pull-requests-limit: 5
29-
groups:
30-
test-deps:
31-
applies-to: version-updates
32-
patterns: ["*"]
33-
update-types: ["major", "minor", "patch"]
34-
35-
# Python test-dependency updates for cuda_pathfinder
36-
- package-ecosystem: pip
37-
directory: /cuda_pathfinder
38-
schedule:
39-
interval: "monthly"
40-
time: "09:00"
41-
timezone: "America/Los_Angeles"
42-
open-pull-requests-limit: 5
43-
groups:
44-
test-deps:
45-
applies-to: version-updates
46-
patterns: ["*"]
47-
update-types: ["major", "minor", "patch"]
48-
497
# GitHub Actions updates targeting the default branch (main)
508
- package-ecosystem: github-actions
519
directory: /

0 commit comments

Comments
 (0)