Skip to content

Commit 7ba1605

Browse files
Upgrade to GitHub-native Dependabot
1 parent 27c1893 commit 7ba1605

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
allow:
9+
- dependency-type: direct
10+
- dependency-type: indirect
11+
ignore:
12+
- dependency-name: sphinx
13+
versions:
14+
- 3.5.0
15+
- 3.5.1
16+
- 3.5.2
17+
- 3.5.3

0 commit comments

Comments
 (0)