]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
pyup: Don't pin unpinned dependencies
authorStephen Finucane <stephen@that.guru>
Tue, 1 Aug 2023 17:38:20 +0000 (18:38 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 1 Aug 2023 17:38:20 +0000 (18:38 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
.pyup.yml [new file with mode: 0644]

diff --git a/.pyup.yml b/.pyup.yml
new file mode 100644 (file)
index 0000000..b4acf34
--- /dev/null
+++ b/.pyup.yml
@@ -0,0 +1,3 @@
+pin: False
+branch: main
+schedule: "every week"