Skip to content

Commit cc2e1f4

Browse files
authored
chore: add dependabot; bump dependencies (#47)
* chore: add dependabot; bump dependencies; add windows runner * chore: minor tweaks
1 parent 0cfcbbe commit cc2e1f4

File tree

3 files changed

+535
-476
lines changed

3 files changed

+535
-476
lines changed

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
commit-message:
8+
prefix: "chore(deps)"
9+
groups:
10+
all:
11+
patterns:
12+
- "*"
13+
update-types:
14+
- "minor"
15+
- "patch"

0 commit comments

Comments
 (0)