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 f17d5cbCopy full SHA for f17d5cb
.github/renovate.json5
@@ -0,0 +1,16 @@
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
+ // Update lockfiles once per week
10
+ "lockFileMaintenance": {
11
+ "enabled": true,
12
+ "schedule": [
13
+ "before 5am on Monday"
14
+ ]
15
+ }
16
+}
0 commit comments