Skip to content

Commit cb620cd

Browse files
chore: add dependabot
1 parent 19be25a commit cb620cd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "pip"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
time: "06:00"
9+
open-pull-requests-limit: 5
10+
labels:
11+
- "patch"
12+
- "minor"
13+
ignore:
14+
- dependency-name: "pytest"
15+
versions: [">=6.0.0a1, <7.0.0"]

0 commit comments

Comments
 (0)