Skip to content

Commit 833eeba

Browse files
authored
Create dependabot.yml (#783)
* Create dependabot.yml * Lint fixes * Yamllint * Reviewers fix
1 parent 7bea3c2 commit 833eeba

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

.github/dependabot.yml

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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+
...

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.dev193+g87ff921.d20211121
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)