We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3411a commit bf65b0eCopy full SHA for bf65b0e
.github/dependabot.yml
@@ -4,21 +4,26 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "weekly"
7
+ cooldown:
8
+ default-days: 4
9
pull-request-branch-name:
10
separator: "-"
11
- package-ecosystem: "pip"
12
13
open-pull-requests-limit: 10
14
15
interval: "daily"
16
17
18
19
20
# Custom settings
21
- package-ecosystem: "github-actions"
22
23
24
25
26
27
target-branch: "gh-pages"
28
29
-
0 commit comments