Skip to content

Commit 870440c

Browse files
committed
Update dependabot config; add gh actions
1 parent f13bf9d commit 870440c

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,23 @@ updates:
55
schedule:
66
interval: weekly
77
time: '04:00'
8-
versioning-strategy: lockfile-only
98
groups:
109
dependencies:
10+
exclude-patterns:
11+
- "mypy"
12+
- "types-*"
1113
update-types:
1214
- "minor"
1315
- "patch"
16+
mypy:
17+
patterns:
18+
- "mypy"
19+
types:
20+
patterns:
21+
- "types-*"
22+
23+
- package-ecosystem: github-actions
24+
directory: "/"
25+
schedule:
26+
interval: weekly
27+
time: '04:00'

0 commit comments

Comments
 (0)