Skip to content

Commit 0cf66ba

Browse files
Add dependabot for dependency upgrades
akaihola#341
1 parent ed005fa commit 0cf66ba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/" # Adjust this if your setup.cfg is in a subdirectory
5+
schedule:
6+
interval: "weekly" # or "weekly", "monthly"
7+
groups:
8+
python-packages:
9+
patterns:
10+
- "*"

0 commit comments

Comments
 (0)