We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049fb9a commit 207af29Copy full SHA for 207af29
.github/dependabot.yml
@@ -9,6 +9,15 @@ updates:
9
patches:
10
update-types:
11
- "patch"
12
+ - package-ecosystem: pip
13
+ directory: "docs/"
14
+ schedule:
15
+ interval: "daily"
16
+ open-pull-requests-limit: 10
17
+ groups:
18
+ patches:
19
+ update-types:
20
+ - "patch"
21
- package-ecosystem: "github-actions"
22
directory: "/"
23
schedule:
0 commit comments