File tree 2 files changed +49
-1
lines changed
2 files changed +49
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ # To get started with Dependabot version updates, you'll need to specify which
3
+ # package ecosystems to update and where the package manifests are located.
4
+ # Please see the documentation for all configuration options:
5
+ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
6
+
7
+ version : 2
8
+ updates :
9
+ # Maintain dependencies for GitHub Actions
10
+ - package-ecosystem : " github-actions"
11
+ directory : " /"
12
+ schedule :
13
+ interval : " daily"
14
+ # Allow up to 1 open pull requests
15
+ open-pull-requests-limit : 1
16
+ # Add reviewers
17
+ reviewers :
18
+ - abhinavsingh
19
+
20
+ # Maintain dependencies for npm
21
+ - package-ecosystem : " npm"
22
+ directory : " /dashboard"
23
+ schedule :
24
+ interval : " daily"
25
+ # Allow up to 1 open pull requests
26
+ open-pull-requests-limit : 1
27
+ reviewers :
28
+ - abhinavsingh
29
+ # Prefix all commit messages with "npm"
30
+ commit-message :
31
+ prefix : " npm"
32
+
33
+ # Maintain dependencies for pip
34
+ - package-ecosystem : " pip"
35
+ directory : " /"
36
+ schedule :
37
+ interval : " daily"
38
+ # Allow up to 1 open pull requests
39
+ open-pull-requests-limit : 1
40
+ reviewers :
41
+ - abhinavsingh
42
+ # Include a list of updated dependencies
43
+ # with a prefix determined by the dependency group
44
+ commit-message :
45
+ prefix : " pip prod"
46
+ prefix-development : " pip dev"
47
+ include : " scope"
48
+ ...
Original file line number Diff line number Diff line change @@ -2038,7 +2038,7 @@ usage: -m [-h] [--enable-events] [--enable-conn-pool] [--threadless]
2038
2038
[--filtered-url-regex-config FILTERED_URL_REGEX_CONFIG]
2039
2039
[--cloudflare-dns-mode CLOUDFLARE_DNS_MODE]
2040
2040
2041
- proxy.py v2.3.2.dev193+g87ff921.d20211121
2041
+ proxy.py v2.3.2.dev183+g808caa1.d20211124
2042
2042
2043
2043
options:
2044
2044
-h, --help show this help message and exit
You can’t perform that action at this time.
0 commit comments