We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36a6ec commit 35f5f59Copy full SHA for 35f5f59
.github/dependabot.yml
@@ -1,10 +1,11 @@
1
-
2
version: 2
3
updates:
4
- - package-ecosystem: "pip" # See documentation for possible values
+ - package-ecosystem: "pip"
5
directory: "/"
6
schedule:
7
interval: "weekly"
+ cooldown:
8
+ days: 7
9
open-pull-requests-limit: 10
10
labels:
11
- "maintenance"
@@ -30,8 +31,11 @@ updates:
30
31
pyvista:
32
patterns:
33
- "pyvista*"
34
+
35
- package-ecosystem: "github-actions"
36
37
38
- open-pull-requests-limit: 10
39
40
41
+ open-pull-requests-limit: 10
0 commit comments