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 c57daac commit 9b3a9fdCopy full SHA for 9b3a9fd
.github/dependabot.yml
.github/renovate.json5
@@ -0,0 +1,19 @@
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
+ "timezone": "America/Chicago",
5
+ "lockFileMaintenance": {
6
+ "enabled": true
7
+ },
8
+ "packageRules": [
9
+ {
10
+ "matchManagers": ["pip_requirements"],
11
12
+ }
13
+ ],
14
+ "schedule": [
15
+ "* 10 * * SAT"
16
17
+ "prConcurrentLimit": 5,
18
+ "rangeStrategy": "update-lockfile"
19
+}
0 commit comments