Skip to content

Commit 4ef10a6

Browse files
authored
Merge pull request #34 from hackersandslackers/dependabot/add-v2-config-file
2 parents 97cfc48 + e63569d commit 4ef10a6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "10:00"
8+
open-pull-requests-limit: 10
9+
ignore:
10+
- dependency-name: python-dotenv
11+
versions:
12+
- 0.15.0
13+
- 0.16.0
14+
- dependency-name: pytest
15+
versions:
16+
- 6.2.2

0 commit comments

Comments
 (0)