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 113f58a commit 52d696eCopy full SHA for 52d696e
.github/dependabot.yml
.github/renovate.json5
@@ -0,0 +1,18 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "description": "Renovate configuration that updates dependencies every Saturday at 10:00 AM Central Time",
4
+ "lockFileMaintenance": {
5
+ "enabled": true
6
+ },
7
+ "packageRules": [
8
+ {
9
+ "matchManagers": ["pip_requirements"],
10
11
+ }
12
+ ],
13
+ "schedule": [
14
+ "* 10 * * SAT"
15
16
+ "prConcurrentLimit": 5,
17
+ "rangeStrategy": "update-lockfile"
18
+}
0 commit comments