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.
2 parents 3b36b92 + 222a0a7 commit 34fda77Copy full SHA for 34fda77
.pyup.yml
@@ -0,0 +1,31 @@
1
+# configure updates globally
2
+# default: all
3
+# allowed: all, insecure, False
4
+update: all
5
+
6
+# configure dependency pinning globally
7
+# default: True
8
+# allowed: True, False
9
+pin: True
10
11
+# update schedule
12
+# default: empty
13
+# allowed: "every day", "every week", ..
14
+schedule: "every week"
15
16
+# search for requirement files
17
18
19
+search: True
20
21
+# configure the branch prefix the bot is using
22
+# default: pyup-
23
+branch_prefix: pyup/
24
25
+# set a global prefix for PRs
26
27
+pr_prefix: pyup:
28
29
+# allow to close stale PRs
30
31
+close_prs: True
0 commit comments