We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed005fa commit 0cf66baCopy full SHA for 0cf66ba
.github/dependabot.yaml
@@ -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