We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce76700 commit 4150905Copy full SHA for 4150905
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+# Use `allow` to specify which dependencies to maintain
2
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-update
3
+
4
+version: 2
5
+updates:
6
+ - package-ecosystem: "pip"
7
+ directory: "/"
8
+ schedule:
9
+ interval: "weekly"
10
+ commit-message:
11
+ prefix: "pip prod"
12
+ prefix-development: "pip dev"
13
+ include: "scope"
0 commit comments