We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c519e8 commit 3b11840Copy full SHA for 3b11840
.github/dependabot.yml
@@ -1,14 +1,32 @@
1
version: 2
2
updates:
3
4
+ # Maintain dependencies for Python
5
+ - package-ecosystem: "pip"
6
+ directory: "/docs"
7
+ schedule:
8
+ interval: "weekly"
9
+ day: "friday"
10
+ time: "05:00"
11
+ timezone: "Europe/Amsterdam"
12
+ open-pull-requests-limit: 20
13
+
14
# Maintain dependencies for GitHub Actions
15
- package-ecosystem: "github-actions"
16
directory: "/"
17
schedule:
18
interval: "weekly"
19
20
21
22
23
24
# Maintain dependencies for npm
25
- package-ecosystem: "npm"
26
27
- interval: "daily"
28
29
30
31
32
0 commit comments