]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
renovate: Configure requirement file locations renovate/configure 355/head
authorStephen Finucane <stephen@that.guru>
Wed, 15 Apr 2020 10:46:56 +0000 (11:46 +0100)
committerStephen Finucane <stephen@that.guru>
Sat, 18 Apr 2020 12:39:19 +0000 (13:39 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
renovate.json

index f45d8f110c3034162a1091dafe4b03d2e56b323e..ec90a79359c1ff3c9283145c5fce97d63dacc08b 100644 (file)
@@ -1,5 +1,11 @@
 {
   "extends": [
     "config:base"
-  ]
+  ],
+  "pip_requirements": {
+    "fileMatch": [
+      "requirements(-\\w+)?\\.txt"
+    ]
+  },
+  "rangeStrategy": "widen"
 }