We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f23582 commit a7e1b11Copy full SHA for a7e1b11
.github/dependabot.yml
@@ -3,8 +3,13 @@
3
4
version: 2
5
updates:
6
- - package-ecosystem: "github-actions"
7
- directory: "/"
8
- schedule:
9
- interval: "daily"
+- package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
10
+ open-pull-requests-limit: 10
11
+- package-ecosystem: "pip"
12
13
14
+ interval: "weekly"
15
open-pull-requests-limit: 10
0 commit comments