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 3529c1d commit dbdd89dCopy full SHA for dbdd89d
renovate.json5
@@ -1,5 +1,6 @@
1
{
2
extends: ['config:base'],
3
+ dependencyDashboard: false,
4
// https://renovatebot.com/docs/configuration-options/#commitbodytable
5
commitBodyTable: true,
6
// https://renovatebot.com/docs/configuration-options/#ignoredeps
@@ -26,6 +27,8 @@
26
27
rebaseStalePrs: true,
28
// Silently merge updates without PRs
29
automergeType: 'branch',
30
+ // https://renovatebot.com/docs/configuration-options/#schedule
31
+ schedule: ['every weekend'],
32
// Limit the number of consecutive PRs
33
prHourlyLimit: 2,
34
node: {
0 commit comments