Skip to content

Commit 99134b1

Browse files
committed
Reviewers fix
1 parent 808caa1 commit 99134b1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/dependabot.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ updates:
1414
# Allow up to 1 open pull requests
1515
open-pull-requests-limit: 1
1616
# Add reviewers
17-
reviewers: abhinavsingh
17+
reviewers:
18+
- abhinavsingh
1819

1920
# Maintain dependencies for npm
2021
- package-ecosystem: "npm"
@@ -23,8 +24,8 @@ updates:
2324
interval: "daily"
2425
# Allow up to 1 open pull requests
2526
open-pull-requests-limit: 1
26-
# Add reviewers
27-
reviewers: abhinavsingh
27+
reviewers:
28+
- abhinavsingh
2829
# Prefix all commit messages with "npm"
2930
commit-message:
3031
prefix: "npm"
@@ -36,8 +37,8 @@ updates:
3637
interval: "daily"
3738
# Allow up to 1 open pull requests
3839
open-pull-requests-limit: 1
39-
# Add reviewers
40-
reviewers: abhinavsingh
40+
reviewers:
41+
- abhinavsingh
4142
# Include a list of updated dependencies
4243
# with a prefix determined by the dependency group
4344
commit-message:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2038,7 +2038,7 @@ usage: -m [-h] [--enable-events] [--enable-conn-pool] [--threadless]
20382038
[--filtered-url-regex-config FILTERED_URL_REGEX_CONFIG]
20392039
[--cloudflare-dns-mode CLOUDFLARE_DNS_MODE]
20402040

2041-
proxy.py v2.3.2.dev182+g767ba36.d20211124
2041+
proxy.py v2.3.2.dev183+g808caa1.d20211124
20422042

20432043
options:
20442044
-h, --help show this help message and exit

0 commit comments

Comments
 (0)