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 f6cb952 commit a7ad272Copy full SHA for a7ad272
.github/renovate.json5
@@ -0,0 +1,15 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ // Let Renovatebot keep an opened issue that tracks our dependencies
4
+ "dependencyDashboard": true,
5
+ // Update/rebase existing PRs even outside the scheduled time
6
+ "updateNotScheduled": false,
7
+ // Disable "normal" package updates
8
+ "enabledManagers": [],
9
+ "lockFileMaintenance": {
10
+ "enabled": true,
11
+ "schedule": [
12
+ "before 5am on Monday"
13
+ ]
14
+ }
15
+}
0 commit comments