Skip to content

Commit 35f5f59

Browse files
fix: Cooldown
1 parent a36a6ec commit 35f5f59

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
21
version: 2
32
updates:
4-
- package-ecosystem: "pip" # See documentation for possible values
3+
- package-ecosystem: "pip"
54
directory: "/"
65
schedule:
76
interval: "weekly"
7+
cooldown:
8+
days: 7
89
open-pull-requests-limit: 10
910
labels:
1011
- "maintenance"
@@ -30,8 +31,11 @@ updates:
3031
pyvista:
3132
patterns:
3233
- "pyvista*"
34+
3335
- package-ecosystem: "github-actions"
3436
directory: "/"
3537
schedule:
3638
interval: "weekly"
37-
open-pull-requests-limit: 10
39+
cooldown:
40+
days: 7
41+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)