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.
2 parents 83ed72e + 457f347 commit 83386f9Copy full SHA for 83386f9
1 file changed
.github/dependabot.yaml
@@ -3,6 +3,8 @@ updates:
3
# Python dependencies
4
- package-ecosystem: "pip"
5
directory: "/"
6
+ cooldown:
7
+ default-days: 7
8
schedule:
9
interval: "weekly"
10
day: "monday"
@@ -11,6 +13,8 @@ updates:
11
13
# GitHub Actions
12
14
- package-ecosystem: "github-actions"
15
16
17
18
19
20
@@ -19,6 +23,8 @@ updates:
23
# Pre-commit hooks
24
- package-ecosystem: "pre-commit"
21
25
26
27
22
28
29
30
0 commit comments